Html Css Color HEX #A04E6B Cadillac

📋 copy color: '#A04E6B'

red 160 ◦ green 78 ◦ blue 107

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

Shades of Cadillac #A04E6B

Tints of Cadillac #A04E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.61%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 46.38%
G = 22.61%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A04E6B (or 0xA04E6B) is known color: Cadillac. HEX triplet: A0, 4E and 6B. RGB value is (160,78,107). Sum of RGB (Red+Green+Blue) = 160+78+107=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E6B is #5FB194. Grayscale: #696969. Windows color (decimal): -6271381 or 7032480. OLE color: 7032480.

HSL color Cylindrical-coordinate representation of color #A04E6B: hue angle of 338.78º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E6B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 78 107 -
CMYK 0 0.51 0.33 0.37
HSL 338.78º 0.34% 0.47% -
HSV(B) 338.78º 0.51% 0.63% -
XYZ 19.88 13.98 15.56 -
YUV 105.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 160 78 107 0 0.51 0.33 0.37 338.78 0.34 0.47
Hex A0 4E 6B 0 33 21 25 153 22 2F
Octal 240 116 153 0 63 41 45 523 42 57
Binary 10100000 1001110 1101011 0 110011 100001 100101 101010011 100010 101111

Color Harmonies of #A04E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E6B

Black with #A04E6B

Text Example


Text Example

White with #A04E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E6B; }

 p { color: rgb(160,78,107); }

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

background-color css

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

 a { background-color: rgb(160,78,107); }

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

border-color css

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

 span { border-color: rgb(160,78,107); }

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