Html Css Color HEX #A26115 Golden Brown

📋 copy color: '#A26115'

red 162 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #A26115

Tints of Golden Brown #A26115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 57.86%
G = 34.64%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A26115 (or 0xA26115) is known color: Golden Brown. HEX triplet: A2, 61 and 15. RGB value is (162,97,21). Sum of RGB (Red+Green+Blue) = 162+97+21=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A26115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26115 is #5D9EEA. Grayscale: #6C6C6C. Windows color (decimal): -6135531 or 1401250. OLE color: 1401250.

HSL color Cylindrical-coordinate representation of color #A26115: hue angle of 32.34º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A26115 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 97 21 -
CMYK 0 0.40 0.87 0.36
HSL 32.34º 0.77% 0.36% -
HSV(B) 32.34º 0.87% 0.64% -
XYZ 19.31 16.28 2.84 -
YUV 107.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 162 97 21 0 0.40 0.87 0.36 32.34 0.77 0.36
Hex A2 61 15 0 28 57 24 20 4D 24
Octal 242 141 25 0 50 127 44 40 115 44
Binary 10100010 1100001 10101 0 101000 1010111 100100 100000 1001101 100100

Color Harmonies of #A26115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26115

Black with #A26115

Text Example


Text Example

White with #A26115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26115; }

 p { color: rgb(162,97,21); }

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

background-color css

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

 a { background-color: rgb(162,97,21); }

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

border-color css

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

 span { border-color: rgb(162,97,21); }

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