Html Css Color HEX #A25A15 Golden Brown

📋 copy color: '#A25A15'

red 162 ◦ green 90 ◦ blue 21

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

Shades of Golden Brown #A25A15

Tints of Golden Brown #A25A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 59.34%
G = 32.97%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A25A15 (or 0xA25A15) is known color: Golden Brown. HEX triplet: A2, 5A and 15. RGB value is (162,90,21). Sum of RGB (Red+Green+Blue) = 162+90+21=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25A15 is #5DA5EA. Grayscale: #686868. Windows color (decimal): -6137323 or 1399458. OLE color: 1399458.

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

Color convert

RGB 162 90 21 -
CMYK 0 0.44 0.87 0.36
HSL 29.36º 0.77% 0.36% -
HSV(B) 29.36º 0.87% 0.64% -
XYZ 18.69 15.05 2.63 -
YUV 103.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 162 90 21 0 0.44 0.87 0.36 29.36 0.77 0.36
Hex A2 5A 15 0 2C 57 24 1D 4D 24
Octal 242 132 25 0 54 127 44 35 115 44
Binary 10100010 1011010 10101 0 101100 1010111 100100 11101 1001101 100100

Color Harmonies of #A25A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A15

Black with #A25A15

Text Example


Text Example

White with #A25A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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