Html Css Color HEX #A0425E Cadillac

📋 copy color: '#A0425E'

red 160 ◦ green 66 ◦ blue 94

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

Shades of Cadillac #A0425E

Tints of Cadillac #A0425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 50%
G = 20.63%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0425E (or 0xA0425E) is known color: Cadillac. HEX triplet: A0, 42 and 5E. RGB value is (160,66,94). Sum of RGB (Red+Green+Blue) = 160+66+94=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0425E is #5FBDA1. Grayscale: #616161. Windows color (decimal): -6274466 or 6177440. OLE color: 6177440.

HSL color Cylindrical-coordinate representation of color #A0425E: hue angle of 342.13º 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 #A0425E is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 94 -
CMYK 0 0.59 0.41 0.37
HSL 342.13º 0.42% 0.44% -
HSV(B) 342.13º 0.59% 0.63% -
XYZ 18.47 12.18 11.97 -
YUV 97.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 160 66 94 0 0.59 0.41 0.37 342.13 0.42 0.44
Hex A0 42 5E 0 3B 29 25 156 2A 2C
Octal 240 102 136 0 73 51 45 526 52 54
Binary 10100000 1000010 1011110 0 111011 101001 100101 101010110 101010 101100

Color Harmonies of #A0425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0425E

Black with #A0425E

Text Example


Text Example

White with #A0425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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