Html Css Color HEX #A25913 Golden Brown

📋 copy color: '#A25913'

red 162 ◦ green 89 ◦ blue 19

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

Shades of Golden Brown #A25913

Tints of Golden Brown #A25913

RGB

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

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

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

R = 60%
G = 32.96%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25913 (or 0xA25913) is known color: Golden Brown. HEX triplet: A2, 59 and 13. RGB value is (162,89,19). Sum of RGB (Red+Green+Blue) = 162+89+19=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A25913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25913 is #5DA6EC. Grayscale: #676767. Windows color (decimal): -6137581 or 1268130. OLE color: 1268130.

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

Color convert

RGB 162 89 19 -
CMYK 0 0.45 0.88 0.36
HSL 29.37º 0.79% 0.35% -
HSV(B) 29.37º 0.88% 0.64% -
XYZ 18.59 14.87 2.51 -
YUV 102.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 162 89 19 0 0.45 0.88 0.36 29.37 0.79 0.35
Hex A2 59 13 0 2D 58 24 1D 4F 23
Octal 242 131 23 0 55 130 44 35 117 43
Binary 10100010 1011001 10011 0 101101 1011000 100100 11101 1001111 100011

Color Harmonies of #A25913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25913

Black with #A25913

Text Example


Text Example

White with #A25913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25913; }

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

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

background-color css

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

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

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

border-color css

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

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

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