Html Css Color HEX #A04561 Cadillac

📋 copy color: '#A04561'

red 160 ◦ green 69 ◦ blue 97

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

Shades of Cadillac #A04561

Tints of Cadillac #A04561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 49.08%
G = 21.17%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A04561 (or 0xA04561) is known color: Cadillac. HEX triplet: A0, 45 and 61. RGB value is (160,69,97). Sum of RGB (Red+Green+Blue) = 160+69+97=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A04561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04561 is #5FBA9E. Grayscale: #636363. Windows color (decimal): -6273695 or 6374816. OLE color: 6374816.

HSL color Cylindrical-coordinate representation of color #A04561: hue angle of 341.54º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04561 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 69 97 -
CMYK 0 0.57 0.39 0.37
HSL 341.54º 0.4% 0.45% -
HSV(B) 341.54º 0.57% 0.63% -
XYZ 18.78 12.59 12.75 -
YUV 99.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 160 69 97 0 0.57 0.39 0.37 341.54 0.4 0.45
Hex A0 45 61 0 39 27 25 156 28 2D
Octal 240 105 141 0 71 47 45 526 50 55
Binary 10100000 1000101 1100001 0 111001 100111 100101 101010110 101000 101101

Color Harmonies of #A04561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04561

Black with #A04561

Text Example


Text Example

White with #A04561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04561; }

 p { color: rgb(160,69,97); }

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

background-color css

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

 a { background-color: rgb(160,69,97); }

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

border-color css

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

 span { border-color: rgb(160,69,97); }

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