Html Css Color HEX #A86700 Golden Brown

📋 copy color: '#A86700'

red 168 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #A86700

Tints of Golden Brown #A86700

RGB

 RED value IS 168 (66.02% from 255) = 61.99%

 GREEN value IS 103 (40.63% from 255) = 38.01%

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

R = 61.99%
G = 38.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A86700 (or 0xA86700) is known color: Golden Brown. HEX triplet: A8, 67 and 00. RGB value is (168,103,0). Sum of RGB (Red+Green+Blue) = 168+103+0=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A86700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86700 is #5798FF. Grayscale: #6F6F6F. Windows color (decimal): -5740800 or 26536. OLE color: 26536.

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

Color convert

RGB 168 103 0 -
CMYK 0 0.39 1 0.34
HSL 36.79º 1% 0.33% -
HSV(B) 36.79º 1% 0.66% -
XYZ 21 18.03 2.37 -
YUV 110.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 168 103 0 0 0.39 1 0.34 36.79 1 0.33
Hex A8 67 0 0 27 64 22 25 64 21
Octal 250 147 0 0 47 144 42 45 144 41
Binary 10101000 1100111 0 0 100111 1100100 100010 100101 1100100 100001

Color Harmonies of #A86700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86700

Black with #A86700

Text Example


Text Example

White with #A86700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86700; }

 p { color: rgb(168,103,0); }

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

background-color css

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

 a { background-color: rgb(168,103,0); }

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

border-color css

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

 span { border-color: rgb(168,103,0); }

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