Html Css Color HEX #A26610 Golden Brown

📋 copy color: '#A26610'

red 162 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #A26610

Tints of Golden Brown #A26610

RGB

 RED value IS 162 (63.67% from 255) = 57.86%

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 57.86%
G = 36.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A26610 (or 0xA26610) is known color: Golden Brown. HEX triplet: A2, 66 and 10. RGB value is (162,102,16). Sum of RGB (Red+Green+Blue) = 162+102+16=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A26610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26610 is #5D99EF. Grayscale: #6E6E6E. Windows color (decimal): -6134256 or 1074850. OLE color: 1074850.

HSL color Cylindrical-coordinate representation of color #A26610: hue angle of 35.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A26610 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 102 16 -
CMYK 0 0.37 0.90 0.36
HSL 35.34º 0.82% 0.35% -
HSV(B) 35.34º 0.9% 0.64% -
XYZ 19.75 17.22 2.77 -
YUV 110.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 162 102 16 0 0.37 0.90 0.36 35.34 0.82 0.35
Hex A2 66 10 0 25 5A 24 23 52 23
Octal 242 146 20 0 45 132 44 43 122 43
Binary 10100010 1100110 10000 0 100101 1011010 100100 100011 1010010 100011

Color Harmonies of #A26610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26610

Black with #A26610

Text Example


Text Example

White with #A26610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26610; }

 p { color: rgb(162,102,16); }

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

background-color css

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

 a { background-color: rgb(162,102,16); }

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

border-color css

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

 span { border-color: rgb(162,102,16); }

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