Html Css Color HEX #A1465E Cadillac

📋 copy color: '#A1465E'

red 161 ◦ green 70 ◦ blue 94

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

Shades of Cadillac #A1465E

Tints of Cadillac #A1465E

RGB

 RED value IS 161 (63.28% from 255) = 49.54%

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 49.54%
G = 21.54%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1465E (or 0xA1465E) is known color: Cadillac. HEX triplet: A1, 46 and 5E. RGB value is (161,70,94). Sum of RGB (Red+Green+Blue) = 161+70+94=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465E is #5EB9A1. Grayscale: #636363. Windows color (decimal): -6207906 or 6178465. OLE color: 6178465.

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

Color convert

RGB 161 70 94 -
CMYK 0 0.57 0.42 0.37
HSL 344.18º 0.39% 0.45% -
HSV(B) 344.18º 0.57% 0.63% -
XYZ 18.91 12.77 12.06 -
YUV 99.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 161 70 94 0 0.57 0.42 0.37 344.18 0.39 0.45
Hex A1 46 5E 0 39 2A 25 158 27 2D
Octal 241 106 136 0 71 52 45 530 47 55
Binary 10100001 1000110 1011110 0 111001 101010 100101 101011000 100111 101101

Color Harmonies of #A1465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1465E

Black with #A1465E

Text Example


Text Example

White with #A1465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1465E; }

 p { color: rgb(161,70,94); }

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

background-color css

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

 a { background-color: rgb(161,70,94); }

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

border-color css

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

 span { border-color: rgb(161,70,94); }

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