Html Css Color HEX #A25A16 Golden Brown

📋 copy color: '#A25A16'

red 162 ◦ green 90 ◦ blue 22

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

Shades of Golden Brown #A25A16

Tints of Golden Brown #A25A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.85%

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

R = 59.12%
G = 32.85%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A25A16 (or 0xA25A16) is known color: Golden Brown. HEX triplet: A2, 5A and 16. RGB value is (162,90,22). Sum of RGB (Red+Green+Blue) = 162+90+22=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25A16 is #5DA5E9. Grayscale: #686868. Windows color (decimal): -6137322 or 1464994. OLE color: 1464994.

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

Color convert

RGB 162 90 22 -
CMYK 0 0.44 0.86 0.36
HSL 29.14º 0.76% 0.36% -
HSV(B) 29.14º 0.86% 0.64% -
XYZ 18.7 15.05 2.68 -
YUV 103.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 162 90 22 0 0.44 0.86 0.36 29.14 0.76 0.36
Hex A2 5A 16 0 2C 56 24 1D 4C 24
Octal 242 132 26 0 54 126 44 35 114 44
Binary 10100010 1011010 10110 0 101100 1010110 100100 11101 1001100 100100

Color Harmonies of #A25A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A16

Black with #A25A16

Text Example


Text Example

White with #A25A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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