Html Css Color HEX #A67000 Golden Brown

📋 copy color: '#A67000'

red 166 ◦ green 112 ◦ blue 0

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

Shades of Golden Brown #A67000

Tints of Golden Brown #A67000

RGB

 RED value IS 166 (65.23% from 255) = 59.71%

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 59.71%
G = 40.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A67000 (or 0xA67000) is known color: Golden Brown. HEX triplet: A6, 70 and 00. RGB value is (166,112,0). Sum of RGB (Red+Green+Blue) = 166+112+0=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A67000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67000 is #598FFF. Grayscale: #737373. Windows color (decimal): -5869568 or 28838. OLE color: 28838.

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

Color convert

RGB 166 112 0 -
CMYK 0 0.33 1 0.35
HSL 40.48º 1% 0.33% -
HSV(B) 40.48º 1% 0.65% -
XYZ 21.52 19.7 2.67 -
YUV 115.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 166 112 0 0 0.33 1 0.35 40.48 1 0.33
Hex A6 70 0 0 21 64 23 28 64 21
Octal 246 160 0 0 41 144 43 50 144 41
Binary 10100110 1110000 0 0 100001 1100100 100011 101000 1100100 100001

Color Harmonies of #A67000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67000

Black with #A67000

Text Example


Text Example

White with #A67000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67000; }

 p { color: rgb(166,112,0); }

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

background-color css

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

 a { background-color: rgb(166,112,0); }

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

border-color css

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

 span { border-color: rgb(166,112,0); }

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