Html Css Color HEX #A06308 Golden Brown

📋 copy color: '#A06308'

red 160 ◦ green 99 ◦ blue 8

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

Shades of Golden Brown #A06308

Tints of Golden Brown #A06308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 8 (3.52% from 255) = 3%

R = 59.93%
G = 37.08%
B = 3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A06308 (or 0xA06308) is known color: Golden Brown. HEX triplet: A0, 63 and 08. RGB value is (160,99,8). Sum of RGB (Red+Green+Blue) = 160+99+8=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A06308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06308 is #5F9CF7. Grayscale: #6B6B6B. Windows color (decimal): -6266104 or 549792. OLE color: 549792.

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

Color convert

RGB 160 99 8 -
CMYK 0 0.38 0.95 0.37
HSL 35.92º 0.9% 0.33% -
HSV(B) 35.92º 0.95% 0.63% -
XYZ 19 16.41 2.4 -
YUV 106.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 160 99 8 0 0.38 0.95 0.37 35.92 0.9 0.33
Hex A0 63 8 0 26 5F 25 24 5A 21
Octal 240 143 10 0 46 137 45 44 132 41
Binary 10100000 1100011 1000 0 100110 1011111 100101 100100 1011010 100001

Color Harmonies of #A06308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06308

Black with #A06308

Text Example


Text Example

White with #A06308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06308; }

 p { color: rgb(160,99,8); }

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

background-color css

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

 a { background-color: rgb(160,99,8); }

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

border-color css

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

 span { border-color: rgb(160,99,8); }

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