Html Css Color HEX #A04861 Cadillac

📋 copy color: '#A04861'

red 160 ◦ green 72 ◦ blue 97

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

Shades of Cadillac #A04861

Tints of Cadillac #A04861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 48.63%
G = 21.88%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A04861 (or 0xA04861) is known color: Cadillac. HEX triplet: A0, 48 and 61. RGB value is (160,72,97). Sum of RGB (Red+Green+Blue) = 160+72+97=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A04861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04861 is #5FB79E. Grayscale: #656565. Windows color (decimal): -6272927 or 6375584. OLE color: 6375584.

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

Color convert

RGB 160 72 97 -
CMYK 0 0.55 0.39 0.37
HSL 342.95º 0.38% 0.45% -
HSV(B) 342.95º 0.55% 0.63% -
XYZ 18.97 12.97 12.81 -
YUV 101.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 160 72 97 0 0.55 0.39 0.37 342.95 0.38 0.45
Hex A0 48 61 0 37 27 25 157 26 2D
Octal 240 110 141 0 67 47 45 527 46 55
Binary 10100000 1001000 1100001 0 110111 100111 100101 101010111 100110 101101

Color Harmonies of #A04861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04861

Black with #A04861

Text Example


Text Example

White with #A04861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04861; }

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

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

background-color css

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

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

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

border-color css

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

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

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