Html Css Color HEX #A06C00 Golden Brown

📋 copy color: '#A06C00'

red 160 ◦ green 108 ◦ blue 0

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

Shades of Golden Brown #A06C00

Tints of Golden Brown #A06C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.3%

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

R = 59.7%
G = 40.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A06C00 (or 0xA06C00) is known color: Golden Brown. HEX triplet: A0, 6C and 00. RGB value is (160,108,0). Sum of RGB (Red+Green+Blue) = 160+108+0=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06C00 is #5F93FF. Grayscale: #6F6F6F. Windows color (decimal): -6263808 or 27808. OLE color: 27808.

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

Color convert

RGB 160 108 0 -
CMYK 0 0.32 1 0.37
HSL 40.5º 1% 0.31% -
HSV(B) 40.5º 1% 0.63% -
XYZ 19.86 18.2 2.47 -
YUV 111.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 160 108 0 0 0.32 1 0.37 40.5 1 0.31
Hex A0 6C 0 0 20 64 25 28 64 1F
Octal 240 154 0 0 40 144 45 50 144 37
Binary 10100000 1101100 0 0 100000 1100100 100101 101000 1100100 11111

Color Harmonies of #A06C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C00

Black with #A06C00

Text Example


Text Example

White with #A06C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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