Html Css Color HEX #A0475C Cadillac

📋 copy color: '#A0475C'

red 160 ◦ green 71 ◦ blue 92

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

Shades of Cadillac #A0475C

Tints of Cadillac #A0475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 49.54%
G = 21.98%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0475C (or 0xA0475C) is known color: Cadillac. HEX triplet: A0, 47 and 5C. RGB value is (160,71,92). Sum of RGB (Red+Green+Blue) = 160+71+92=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0475C is #5FB8A3. Grayscale: #646464. Windows color (decimal): -6273188 or 6047648. OLE color: 6047648.

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

Color convert

RGB 160 71 92 -
CMYK 0 0.56 0.43 0.37
HSL 345.84º 0.39% 0.45% -
HSV(B) 345.84º 0.56% 0.63% -
XYZ 18.68 12.75 11.6 -
YUV 100.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 160 71 92 0 0.56 0.43 0.37 345.84 0.39 0.45
Hex A0 47 5C 0 38 2B 25 15A 27 2D
Octal 240 107 134 0 70 53 45 532 47 55
Binary 10100000 1000111 1011100 0 111000 101011 100101 101011010 100111 101101

Color Harmonies of #A0475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0475C

Black with #A0475C

Text Example


Text Example

White with #A0475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0475C; }

 p { color: rgb(160,71,92); }

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

background-color css

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

 a { background-color: rgb(160,71,92); }

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

border-color css

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

 span { border-color: rgb(160,71,92); }

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