Html Css Color HEX #A25914 Golden Brown

📋 copy color: '#A25914'

red 162 ◦ green 89 ◦ blue 20

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

Shades of Golden Brown #A25914

Tints of Golden Brown #A25914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 59.78%
G = 32.84%
B = 7.38%

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

#A25914 (or 0xA25914) is known color: Golden Brown. HEX triplet: A2, 59 and 14. RGB value is (162,89,20). Sum of RGB (Red+Green+Blue) = 162+89+20=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A25914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25914 is #5DA6EB. Grayscale: #676767. Windows color (decimal): -6137580 or 1333666. OLE color: 1333666.

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

Color convert

RGB 162 89 20 -
CMYK 0 0.45 0.88 0.36
HSL 29.15º 0.78% 0.36% -
HSV(B) 29.15º 0.88% 0.64% -
XYZ 18.6 14.88 2.55 -
YUV 102.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 162 89 20 0 0.45 0.88 0.36 29.15 0.78 0.36
Hex A2 59 14 0 2D 58 24 1D 4E 24
Octal 242 131 24 0 55 130 44 35 116 44
Binary 10100010 1011001 10100 0 101101 1011000 100100 11101 1001110 100100

Color Harmonies of #A25914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25914

Black with #A25914

Text Example


Text Example

White with #A25914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25914; }

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

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

background-color css

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

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

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

border-color css

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

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

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