Html Css Color HEX #A05A30 Indochine

📋 copy color: '#A05A30'

red 160 ◦ green 90 ◦ blue 48

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

Shades of Indochine #A05A30

Tints of Indochine #A05A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.2%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 53.69%
G = 30.2%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A05A30 (or 0xA05A30) is known color: Indochine. HEX triplet: A0, 5A and 30. RGB value is (160,90,48). Sum of RGB (Red+Green+Blue) = 160+90+48=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05A30 is #5FA5CF. Grayscale: #6A6A6A. Windows color (decimal): -6268368 or 3168928. OLE color: 3168928.

HSL color Cylindrical-coordinate representation of color #A05A30: hue angle of 22.5º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A05A30 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 90 48 -
CMYK 0 0.44 0.70 0.37
HSL 22.5º 0.54% 0.41% -
HSV(B) 22.5º 0.7% 0.63% -
XYZ 18.69 15 4.71 -
YUV 106.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 160 90 48 0 0.44 0.70 0.37 22.5 0.54 0.41
Hex A0 5A 30 0 2C 46 25 16 36 29
Octal 240 132 60 0 54 106 45 26 66 51
Binary 10100000 1011010 110000 0 101100 1000110 100101 10110 110110 101001

Color Harmonies of #A05A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A30

Black with #A05A30

Text Example


Text Example

White with #A05A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A30; }

 p { color: rgb(160,90,48); }

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

background-color css

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

 a { background-color: rgb(160,90,48); }

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

border-color css

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

 span { border-color: rgb(160,90,48); }

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