Html Css Color HEX #A0465D Cadillac

📋 copy color: '#A0465D'

red 160 ◦ green 70 ◦ blue 93

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

Shades of Cadillac #A0465D

Tints of Cadillac #A0465D

RGB

 RED value IS 160 (62.89% from 255) = 49.54%

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

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

R = 49.54%
G = 21.67%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0465D (or 0xA0465D) is known color: Cadillac. HEX triplet: A0, 46 and 5D. RGB value is (160,70,93). Sum of RGB (Red+Green+Blue) = 160+70+93=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0465D is #5FB9A2. Grayscale: #636363. Windows color (decimal): -6273443 or 6112928. OLE color: 6112928.

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

Color convert

RGB 160 70 93 -
CMYK 0 0.56 0.42 0.37
HSL 344.67º 0.39% 0.45% -
HSV(B) 344.67º 0.56% 0.63% -
XYZ 18.66 12.64 11.81 -
YUV 99.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 160 70 93 0 0.56 0.42 0.37 344.67 0.39 0.45
Hex A0 46 5D 0 38 2A 25 159 27 2D
Octal 240 106 135 0 70 52 45 531 47 55
Binary 10100000 1000110 1011101 0 111000 101010 100101 101011001 100111 101101

Color Harmonies of #A0465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0465D

Black with #A0465D

Text Example


Text Example

White with #A0465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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