Html Css Color HEX #A2475F Cadillac

📋 copy color: '#A2475F'

red 162 ◦ green 71 ◦ blue 95

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

Shades of Cadillac #A2475F

Tints of Cadillac #A2475F

RGB

 RED value IS 162 (63.67% from 255) = 49.39%

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 49.39%
G = 21.65%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A2475F (or 0xA2475F) is known color: Cadillac. HEX triplet: A2, 47 and 5F. RGB value is (162,71,95). Sum of RGB (Red+Green+Blue) = 162+71+95=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2475F is #5DB8A0. Grayscale: #646464. Windows color (decimal): -6142113 or 6244258. OLE color: 6244258.

HSL color Cylindrical-coordinate representation of color #A2475F: hue angle of 344.18º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2475F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 71 95 -
CMYK 0 0.56 0.41 0.36
HSL 344.18º 0.39% 0.46% -
HSV(B) 344.18º 0.56% 0.64% -
XYZ 19.22 13.01 12.33 -
YUV 100.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 162 71 95 0 0.56 0.41 0.36 344.18 0.39 0.46
Hex A2 47 5F 0 38 29 24 158 27 2E
Octal 242 107 137 0 70 51 44 530 47 56
Binary 10100010 1000111 1011111 0 111000 101001 100100 101011000 100111 101110

Color Harmonies of #A2475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2475F

Black with #A2475F

Text Example


Text Example

White with #A2475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2475F; }

 p { color: rgb(162,71,95); }

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

background-color css

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

 a { background-color: rgb(162,71,95); }

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

border-color css

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

 span { border-color: rgb(162,71,95); }

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