Html Css Color HEX #A86302 Golden Brown

📋 copy color: '#A86302'

red 168 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #A86302

Tints of Golden Brown #A86302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 62.45%
G = 36.8%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A86302 (or 0xA86302) is known color: Golden Brown. HEX triplet: A8, 63 and 02. RGB value is (168,99,2). Sum of RGB (Red+Green+Blue) = 168+99+2=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A86302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86302 is #579CFD. Grayscale: #6D6D6D. Windows color (decimal): -5741822 or 156584. OLE color: 156584.

HSL color Cylindrical-coordinate representation of color #A86302: hue angle of 35.06º 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 #A86302 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 2 -
CMYK 0 0.41 0.99 0.34
HSL 35.06º 0.98% 0.33% -
HSV(B) 35.06º 0.99% 0.66% -
XYZ 20.62 17.25 2.3 -
YUV 108.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 168 99 2 0 0.41 0.99 0.34 35.06 0.98 0.33
Hex A8 63 2 0 29 63 22 23 62 21
Octal 250 143 2 0 51 143 42 43 142 41
Binary 10101000 1100011 10 0 101001 1100011 100010 100011 1100010 100001

Color Harmonies of #A86302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86302

Black with #A86302

Text Example


Text Example

White with #A86302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86302; }

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

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

background-color css

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

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

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

border-color css

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

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

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