Html Css Color HEX #A06118 Golden Brown

📋 copy color: '#A06118'

red 160 ◦ green 97 ◦ blue 24

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

Shades of Golden Brown #A06118

Tints of Golden Brown #A06118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 56.94%
G = 34.52%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A06118 (or 0xA06118) is known color: Golden Brown. HEX triplet: A0, 61 and 18. RGB value is (160,97,24). Sum of RGB (Red+Green+Blue) = 160+97+24=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A06118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06118 is #5F9EE7. Grayscale: #6B6B6B. Windows color (decimal): -6266600 or 1597856. OLE color: 1597856.

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

Color convert

RGB 160 97 24 -
CMYK 0 0.39 0.85 0.37
HSL 32.21º 0.74% 0.36% -
HSV(B) 32.21º 0.85% 0.63% -
XYZ 18.94 16.09 2.97 -
YUV 107.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 160 97 24 0 0.39 0.85 0.37 32.21 0.74 0.36
Hex A0 61 18 0 27 55 25 20 4A 24
Octal 240 141 30 0 47 125 45 40 112 44
Binary 10100000 1100001 11000 0 100111 1010101 100101 100000 1001010 100100

Color Harmonies of #A06118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06118

Black with #A06118

Text Example


Text Example

White with #A06118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06118; }

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

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

background-color css

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

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

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

border-color css

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

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

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