Html Css Color HEX #A06802 Golden Brown

📋 copy color: '#A06802'

red 160 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #A06802

Tints of Golden Brown #A06802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 60.15%
G = 39.1%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A06802 (or 0xA06802) is known color: Golden Brown. HEX triplet: A0, 68 and 02. RGB value is (160,104,2). Sum of RGB (Red+Green+Blue) = 160+104+2=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A06802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06802 is #5F97FD. Grayscale: #6D6D6D. Windows color (decimal): -6264830 or 157856. OLE color: 157856.

HSL color Cylindrical-coordinate representation of color #A06802: hue angle of 38.73º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A06802 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 2 -
CMYK 0 0.35 0.99 0.37
HSL 38.73º 0.98% 0.32% -
HSV(B) 38.73º 0.99% 0.63% -
XYZ 19.46 17.38 2.39 -
YUV 109.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 160 104 2 0 0.35 0.99 0.37 38.73 0.98 0.32
Hex A0 68 2 0 23 63 25 27 62 20
Octal 240 150 2 0 43 143 45 47 142 40
Binary 10100000 1101000 10 0 100011 1100011 100101 100111 1100010 100000

Color Harmonies of #A06802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06802

Black with #A06802

Text Example


Text Example

White with #A06802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06802; }

 p { color: rgb(160,104,2); }

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

background-color css

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

 a { background-color: rgb(160,104,2); }

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

border-color css

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

 span { border-color: rgb(160,104,2); }

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