Html Css Color HEX #A67200 Golden Brown

📋 copy color: '#A67200'

red 166 ◦ green 114 ◦ blue 0

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

Shades of Golden Brown #A67200

Tints of Golden Brown #A67200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 59.29%
G = 40.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A67200 (or 0xA67200) is known color: Golden Brown. HEX triplet: A6, 72 and 00. RGB value is (166,114,0). Sum of RGB (Red+Green+Blue) = 166+114+0=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A67200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67200 is #598DFF. Grayscale: #757575. Windows color (decimal): -5869056 or 29350. OLE color: 29350.

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

Color convert

RGB 166 114 0 -
CMYK 0 0.31 1 0.35
HSL 41.2º 1% 0.33% -
HSV(B) 41.2º 1% 0.65% -
XYZ 21.74 20.14 2.74 -
YUV 116.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 166 114 0 0 0.31 1 0.35 41.2 1 0.33
Hex A6 72 0 0 1F 64 23 29 64 21
Octal 246 162 0 0 37 144 43 51 144 41
Binary 10100110 1110010 0 0 11111 1100100 100011 101001 1100100 100001

Color Harmonies of #A67200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67200

Black with #A67200

Text Example


Text Example

White with #A67200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67200; }

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

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

background-color css

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

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

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

border-color css

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

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

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