Html Css Color HEX #A0425D Cadillac

📋 copy color: '#A0425D'

red 160 ◦ green 66 ◦ blue 93

#A0425D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #A0425D

Tints of Cadillac #A0425D

RGB

 RED value IS 160 (62.89% from 255) = 50.16%

 GREEN value IS 66 (26.17% from 255) = 20.69%

 BLUE value IS 93 (36.72% from 255) = 29.15%

R = 50.16%
G = 20.69%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0425D (or 0xA0425D) is known color: Cadillac. HEX triplet: A0, 42 and 5D. RGB value is (160,66,93). Sum of RGB (Red+Green+Blue) = 160+66+93=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0425D is #5FBDA2. Grayscale: #616161. Windows color (decimal): -6274467 or 6111904. OLE color: 6111904.

HSL color Cylindrical-coordinate representation of color #A0425D: hue angle of 342.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0425D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 93 -
CMYK 0 0.59 0.42 0.37
HSL 342.77º 0.42% 0.44% -
HSV(B) 342.77º 0.59% 0.63% -
XYZ 18.42 12.16 11.73 -
YUV 97.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 160 66 93 0 0.59 0.42 0.37 342.77 0.42 0.44
Hex A0 42 5D 0 3B 2A 25 157 2A 2C
Octal 240 102 135 0 73 52 45 527 52 54
Binary 10100000 1000010 1011101 0 111011 101010 100101 101010111 101010 101100

Color Harmonies of #A0425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0425D

Black with #A0425D

Text Example


Text Example

White with #A0425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0425D; }

 p { color: rgb(160,66,93); }

 H1.HeaderClassName
 {
   color: #A0425D;
 }
 .AnyTagClassName
 {
   color: #A0425D;
 }
</style>

background-color css

<style>
 a { background-color: #A0425D; }

 a { background-color: rgb(160,66,93); }

 div.DivClassName
 {
   background-color: #A0425D;
 }
 .BgClassName
 {
   background-color: #A0425D;
 }
</style>

border-color css

<style>
 span { border-color: #A0425D; }

 span { border-color: rgb(160,66,93); }

 td.TdClassName
 {
   border-color: #A0425D;
 }
 .TagClassName
 {
   border-color: #A0425D;
 }
</style>