Html Css Color HEX #A86510 Golden Brown

📋 copy color: '#A86510'

red 168 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #A86510

Tints of Golden Brown #A86510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 58.95%
G = 35.44%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A86510 (or 0xA86510) is known color: Golden Brown. HEX triplet: A8, 65 and 10. RGB value is (168,101,16). Sum of RGB (Red+Green+Blue) = 168+101+16=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A86510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86510 is #579AEF. Grayscale: #6F6F6F. Windows color (decimal): -5741296 or 1074600. OLE color: 1074600.

HSL color Cylindrical-coordinate representation of color #A86510: hue angle of 33.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A86510 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 101 16 -
CMYK 0 0.40 0.90 0.34
HSL 33.55º 0.83% 0.36% -
HSV(B) 33.55º 0.9% 0.66% -
XYZ 20.9 17.67 2.8 -
YUV 111.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 168 101 16 0 0.40 0.90 0.34 33.55 0.83 0.36
Hex A8 65 10 0 28 5A 22 22 53 24
Octal 250 145 20 0 50 132 42 42 123 44
Binary 10101000 1100101 10000 0 101000 1011010 100010 100010 1010011 100100

Color Harmonies of #A86510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86510

Black with #A86510

Text Example


Text Example

White with #A86510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86510; }

 p { color: rgb(168,101,16); }

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

background-color css

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

 a { background-color: rgb(168,101,16); }

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

border-color css

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

 span { border-color: rgb(168,101,16); }

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