Html Css Color HEX #A06418 Golden Brown

📋 copy color: '#A06418'

red 160 ◦ green 100 ◦ blue 24

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

Shades of Golden Brown #A06418

Tints of Golden Brown #A06418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 56.34%
G = 35.21%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A06418 (or 0xA06418) is known color: Golden Brown. HEX triplet: A0, 64 and 18. RGB value is (160,100,24). Sum of RGB (Red+Green+Blue) = 160+100+24=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A06418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06418 is #5F9BE7. Grayscale: #6D6D6D. Windows color (decimal): -6265832 or 1598624. OLE color: 1598624.

HSL color Cylindrical-coordinate representation of color #A06418: hue angle of 33.53º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A06418 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 24 -
CMYK 0 0.38 0.85 0.37
HSL 33.53º 0.74% 0.36% -
HSV(B) 33.53º 0.85% 0.63% -
XYZ 19.22 16.65 3.07 -
YUV 109.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 160 100 24 0 0.38 0.85 0.37 33.53 0.74 0.36
Hex A0 64 18 0 26 55 25 22 4A 24
Octal 240 144 30 0 46 125 45 42 112 44
Binary 10100000 1100100 11000 0 100110 1010101 100101 100010 1001010 100100

Color Harmonies of #A06418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06418

Black with #A06418

Text Example


Text Example

White with #A06418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06418; }

 p { color: rgb(160,100,24); }

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

background-color css

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

 a { background-color: rgb(160,100,24); }

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

border-color css

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

 span { border-color: rgb(160,100,24); }

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