Html Css Color HEX #A1465F Cadillac

📋 copy color: '#A1465F'

red 161 ◦ green 70 ◦ blue 95

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

Shades of Cadillac #A1465F

Tints of Cadillac #A1465F

RGB

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

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

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

R = 49.39%
G = 21.47%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1465F (or 0xA1465F) is known color: Cadillac. HEX triplet: A1, 46 and 5F. RGB value is (161,70,95). Sum of RGB (Red+Green+Blue) = 161+70+95=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465F is #5EB9A0. Grayscale: #646464. Windows color (decimal): -6207905 or 6244001. OLE color: 6244001.

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

Color convert

RGB 161 70 95 -
CMYK 0 0.57 0.41 0.37
HSL 343.52º 0.39% 0.45% -
HSV(B) 343.52º 0.57% 0.63% -
XYZ 18.95 12.78 12.29 -
YUV 100.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 161 70 95 0 0.57 0.41 0.37 343.52 0.39 0.45
Hex A1 46 5F 0 39 29 25 158 27 2D
Octal 241 106 137 0 71 51 45 530 47 55
Binary 10100001 1000110 1011111 0 111001 101001 100101 101011000 100111 101101

Color Harmonies of #A1465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1465F

Black with #A1465F

Text Example


Text Example

White with #A1465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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