Html Css Color HEX #A26013 Golden Brown

📋 copy color: '#A26013'

red 162 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #A26013

Tints of Golden Brown #A26013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 58.48%
G = 34.66%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A26013 (or 0xA26013) is known color: Golden Brown. HEX triplet: A2, 60 and 13. RGB value is (162,96,19). Sum of RGB (Red+Green+Blue) = 162+96+19=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A26013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26013 is #5D9FEC. Grayscale: #6B6B6B. Windows color (decimal): -6135789 or 1269922. OLE color: 1269922.

HSL color Cylindrical-coordinate representation of color #A26013: hue angle of 32.31º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A26013 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 96 19 -
CMYK 0 0.41 0.88 0.36
HSL 32.31º 0.79% 0.35% -
HSV(B) 32.31º 0.88% 0.64% -
XYZ 19.2 16.09 2.71 -
YUV 106.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 162 96 19 0 0.41 0.88 0.36 32.31 0.79 0.35
Hex A2 60 13 0 29 58 24 20 4F 23
Octal 242 140 23 0 51 130 44 40 117 43
Binary 10100010 1100000 10011 0 101001 1011000 100100 100000 1001111 100011

Color Harmonies of #A26013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26013

Black with #A26013

Text Example


Text Example

White with #A26013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26013; }

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

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

background-color css

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

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

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

border-color css

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

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

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