Html Css Color HEX #A4506D Cadillac

📋 copy color: '#A4506D'

red 164 ◦ green 80 ◦ blue 109

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

Shades of Cadillac #A4506D

Tints of Cadillac #A4506D

RGB

 RED value IS 164 (64.45% from 255) = 46.46%

 GREEN value IS 80 (31.64% from 255) = 22.66%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 46.46%
G = 22.66%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A4506D (or 0xA4506D) is known color: Cadillac. HEX triplet: A4, 50 and 6D. RGB value is (164,80,109). Sum of RGB (Red+Green+Blue) = 164+80+109=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4506D is #5BAF92. Grayscale: #6C6C6C. Windows color (decimal): -6008723 or 7164068. OLE color: 7164068.

HSL color Cylindrical-coordinate representation of color #A4506D: hue angle of 339.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4506D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 109 -
CMYK 0 0.51 0.34 0.36
HSL 339.29º 0.34% 0.48% -
HSV(B) 339.29º 0.51% 0.64% -
XYZ 20.94 14.73 16.21 -
YUV 108.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 164 80 109 0 0.51 0.34 0.36 339.29 0.34 0.48
Hex A4 50 6D 0 33 22 24 153 22 30
Octal 244 120 155 0 63 42 44 523 42 60
Binary 10100100 1010000 1101101 0 110011 100010 100100 101010011 100010 110000

Color Harmonies of #A4506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4506D

Black with #A4506D

Text Example


Text Example

White with #A4506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4506D; }

 p { color: rgb(164,80,109); }

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

background-color css

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

 a { background-color: rgb(164,80,109); }

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

border-color css

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

 span { border-color: rgb(164,80,109); }

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