Html Css Color HEX #A06F00 Golden Brown

📋 copy color: '#A06F00'

red 160 ◦ green 111 ◦ blue 0

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

Shades of Golden Brown #A06F00

Tints of Golden Brown #A06F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.04%
G = 40.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A06F00 (or 0xA06F00) is known color: Golden Brown. HEX triplet: A0, 6F and 00. RGB value is (160,111,0). Sum of RGB (Red+Green+Blue) = 160+111+0=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06F00 is #5F90FF. Grayscale: #717171. Windows color (decimal): -6263040 or 28576. OLE color: 28576.

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

Color convert

RGB 160 111 0 -
CMYK 0 0.31 1 0.37
HSL 41.63º 1% 0.31% -
HSV(B) 41.63º 1% 0.63% -
XYZ 20.18 18.84 2.57 -
YUV 113 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 160 111 0 0 0.31 1 0.37 41.63 1 0.31
Hex A0 6F 0 0 1F 64 25 2A 64 1F
Octal 240 157 0 0 37 144 45 52 144 37
Binary 10100000 1101111 0 0 11111 1100100 100101 101010 1100100 11111

Color Harmonies of #A06F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F00

Black with #A06F00

Text Example


Text Example

White with #A06F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F00; }

 p { color: rgb(160,111,0); }

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

background-color css

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

 a { background-color: rgb(160,111,0); }

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

border-color css

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

 span { border-color: rgb(160,111,0); }

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