Html Css Color HEX #A1465D Cadillac

📋 copy color: '#A1465D'

red 161 ◦ green 70 ◦ blue 93

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

Shades of Cadillac #A1465D

Tints of Cadillac #A1465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 49.69%
G = 21.6%
B = 28.7%

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

#A1465D (or 0xA1465D) is known color: Cadillac. HEX triplet: A1, 46 and 5D. RGB value is (161,70,93). Sum of RGB (Red+Green+Blue) = 161+70+93=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465D is #5EB9A2. Grayscale: #636363. Windows color (decimal): -6207907 or 6112929. OLE color: 6112929.

HSL color Cylindrical-coordinate representation of color #A1465D: hue angle of 344.84º 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 #A1465D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 93 -
CMYK 0 0.57 0.42 0.37
HSL 344.84º 0.39% 0.45% -
HSV(B) 344.84º 0.57% 0.63% -
XYZ 18.86 12.75 11.82 -
YUV 99.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 161 70 93 0 0.57 0.42 0.37 344.84 0.39 0.45
Hex A1 46 5D 0 39 2A 25 159 27 2D
Octal 241 106 135 0 71 52 45 531 47 55
Binary 10100001 1000110 1011101 0 111001 101010 100101 101011001 100111 101101

Color Harmonies of #A1465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1465D

Black with #A1465D

Text Example


Text Example

White with #A1465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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