Html Css Color HEX #A25916 Golden Brown

📋 copy color: '#A25916'

red 162 ◦ green 89 ◦ blue 22

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

Shades of Golden Brown #A25916

Tints of Golden Brown #A25916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 59.34%
G = 32.6%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A25916 (or 0xA25916) is known color: Golden Brown. HEX triplet: A2, 59 and 16. RGB value is (162,89,22). Sum of RGB (Red+Green+Blue) = 162+89+22=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A25916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25916 is #5DA6E9. Grayscale: #676767. Windows color (decimal): -6137578 or 1464738. OLE color: 1464738.

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

Color convert

RGB 162 89 22 -
CMYK 0 0.45 0.86 0.36
HSL 28.71º 0.76% 0.36% -
HSV(B) 28.71º 0.86% 0.64% -
XYZ 18.62 14.88 2.65 -
YUV 103.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 162 89 22 0 0.45 0.86 0.36 28.71 0.76 0.36
Hex A2 59 16 0 2D 56 24 1D 4C 24
Octal 242 131 26 0 55 126 44 35 114 44
Binary 10100010 1011001 10110 0 101101 1010110 100100 11101 1001100 100100

Color Harmonies of #A25916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25916

Black with #A25916

Text Example


Text Example

White with #A25916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25916; }

 p { color: rgb(162,89,22); }

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

background-color css

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

 a { background-color: rgb(162,89,22); }

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

border-color css

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

 span { border-color: rgb(162,89,22); }

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