Html Css Color HEX #A26010 Golden Brown

📋 copy color: '#A26010'

red 162 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #A26010

Tints of Golden Brown #A26010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 59.12%
G = 35.04%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A26010 (or 0xA26010) is known color: Golden Brown. HEX triplet: A2, 60 and 10. RGB value is (162,96,16). Sum of RGB (Red+Green+Blue) = 162+96+16=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A26010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26010 is #5D9FEF. Grayscale: #6B6B6B. Windows color (decimal): -6135792 or 1073314. OLE color: 1073314.

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

Color convert

RGB 162 96 16 -
CMYK 0 0.41 0.90 0.36
HSL 32.88º 0.82% 0.35% -
HSV(B) 32.88º 0.9% 0.64% -
XYZ 19.18 16.08 2.58 -
YUV 106.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 162 96 16 0 0.41 0.90 0.36 32.88 0.82 0.35
Hex A2 60 10 0 29 5A 24 21 52 23
Octal 242 140 20 0 51 132 44 41 122 43
Binary 10100010 1100000 10000 0 101001 1011010 100100 100001 1010010 100011

Color Harmonies of #A26010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26010

Black with #A26010

Text Example


Text Example

White with #A26010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26010; }

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

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

background-color css

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

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

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

border-color css

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

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

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