Html Css Color HEX #A26311 Golden Brown

📋 copy color: '#A26311'

red 162 ◦ green 99 ◦ blue 17

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

Shades of Golden Brown #A26311

Tints of Golden Brown #A26311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 58.27%
G = 35.61%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A26311 (or 0xA26311) is known color: Golden Brown. HEX triplet: A2, 63 and 11. RGB value is (162,99,17). Sum of RGB (Red+Green+Blue) = 162+99+17=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A26311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26311 is #5D9CEE. Grayscale: #6C6C6C. Windows color (decimal): -6135023 or 1139618. OLE color: 1139618.

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

Color convert

RGB 162 99 17 -
CMYK 0 0.39 0.90 0.36
HSL 33.93º 0.81% 0.35% -
HSV(B) 33.93º 0.9% 0.64% -
XYZ 19.46 16.65 2.72 -
YUV 108.49 76.37 166.17 -
System Red Green Blue C M Y K H S L
Decimal 162 99 17 0 0.39 0.90 0.36 33.93 0.81 0.35
Hex A2 63 11 0 27 5A 24 22 51 23
Octal 242 143 21 0 47 132 44 42 121 43
Binary 10100010 1100011 10001 0 100111 1011010 100100 100010 1010001 100011

Color Harmonies of #A26311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26311

Black with #A26311

Text Example


Text Example

White with #A26311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26311; }

 p { color: rgb(162,99,17); }

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

background-color css

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

 a { background-color: rgb(162,99,17); }

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

border-color css

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

 span { border-color: rgb(162,99,17); }

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