Html Css Color HEX #A06801 Golden Brown

📋 copy color: '#A06801'

red 160 ◦ green 104 ◦ blue 1

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

Shades of Golden Brown #A06801

Tints of Golden Brown #A06801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 60.38%
G = 39.25%
B = 0.38%

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

#A06801 (or 0xA06801) is known color: Golden Brown. HEX triplet: A0, 68 and 01. RGB value is (160,104,1). Sum of RGB (Red+Green+Blue) = 160+104+1=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A06801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06801 is #5F97FE. Grayscale: #6D6D6D. Windows color (decimal): -6264831 or 92320. OLE color: 92320.

HSL color Cylindrical-coordinate representation of color #A06801: hue angle of 38.87º degrees, saturation: 0.99, 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 #A06801 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 104 1 -
CMYK 0 0.35 0.99 0.37
HSL 38.87º 0.99% 0.32% -
HSV(B) 38.87º 0.99% 0.63% -
XYZ 19.45 17.38 2.36 -
YUV 109 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 160 104 1 0 0.35 0.99 0.37 38.87 0.99 0.32
Hex A0 68 1 0 23 63 25 27 63 20
Octal 240 150 1 0 43 143 45 47 143 40
Binary 10100000 1101000 1 0 100011 1100011 100101 100111 1100011 100000

Color Harmonies of #A06801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06801

Black with #A06801

Text Example


Text Example

White with #A06801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06801; }

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

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

background-color css

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

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

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

border-color css

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

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

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