Html Css Color HEX #A86702 Golden Brown

📋 copy color: '#A86702'

red 168 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #A86702

Tints of Golden Brown #A86702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 61.54%
G = 37.73%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A86702 (or 0xA86702) is known color: Golden Brown. HEX triplet: A8, 67 and 02. RGB value is (168,103,2). Sum of RGB (Red+Green+Blue) = 168+103+2=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A86702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86702 is #5798FD. Grayscale: #6F6F6F. Windows color (decimal): -5740798 or 157608. OLE color: 157608.

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

Color convert

RGB 168 103 2 -
CMYK 0 0.39 0.99 0.34
HSL 36.51º 0.98% 0.33% -
HSV(B) 36.51º 0.99% 0.66% -
XYZ 21.01 18.03 2.43 -
YUV 110.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 168 103 2 0 0.39 0.99 0.34 36.51 0.98 0.33
Hex A8 67 2 0 27 63 22 25 62 21
Octal 250 147 2 0 47 143 42 45 142 41
Binary 10101000 1100111 10 0 100111 1100011 100010 100101 1100010 100001

Color Harmonies of #A86702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86702

Black with #A86702

Text Example


Text Example

White with #A86702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86702; }

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

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

background-color css

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

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

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

border-color css

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

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

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