Html Css Color HEX #A26313 Golden Brown

📋 copy color: '#A26313'

red 162 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #A26313

Tints of Golden Brown #A26313

RGB

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

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

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

R = 57.86%
G = 35.36%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A26313 (or 0xA26313) is known color: Golden Brown. HEX triplet: A2, 63 and 13. RGB value is (162,99,19). Sum of RGB (Red+Green+Blue) = 162+99+19=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A26313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A26313 is #5D9CEC. Grayscale: #6D6D6D. Windows color (decimal): -6135021 or 1270690. OLE color: 1270690.

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

Color convert

RGB 162 99 19 -
CMYK 0 0.39 0.88 0.36
HSL 33.57º 0.79% 0.35% -
HSV(B) 33.57º 0.88% 0.64% -
XYZ 19.48 16.65 2.8 -
YUV 108.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 162 99 19 0 0.39 0.88 0.36 33.57 0.79 0.35
Hex A2 63 13 0 27 58 24 22 4F 23
Octal 242 143 23 0 47 130 44 42 117 43
Binary 10100010 1100011 10011 0 100111 1011000 100100 100010 1001111 100011

Color Harmonies of #A26313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26313

Black with #A26313

Text Example


Text Example

White with #A26313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26313; }

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

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

background-color css

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

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

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

border-color css

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

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

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