Html Css Color HEX #A25905 Golden Brown

📋 copy color: '#A25905'

red 162 ◦ green 89 ◦ blue 5

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

Shades of Golden Brown #A25905

Tints of Golden Brown #A25905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 63.28%
G = 34.77%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A25905 (or 0xA25905) is known color: Golden Brown. HEX triplet: A2, 59 and 05. RGB value is (162,89,5). Sum of RGB (Red+Green+Blue) = 162+89+5=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A25905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25905 is #5DA6FA. Grayscale: #656565. Windows color (decimal): -6137595 or 350626. OLE color: 350626.

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

Color convert

RGB 162 89 5 -
CMYK 0 0.45 0.97 0.36
HSL 32.1º 0.94% 0.33% -
HSV(B) 32.1º 0.97% 0.64% -
XYZ 18.5 14.84 2.03 -
YUV 101.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 162 89 5 0 0.45 0.97 0.36 32.1 0.94 0.33
Hex A2 59 5 0 2D 61 24 20 5E 21
Octal 242 131 5 0 55 141 44 40 136 41
Binary 10100010 1011001 101 0 101101 1100001 100100 100000 1011110 100001

Color Harmonies of #A25905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25905

Black with #A25905

Text Example


Text Example

White with #A25905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25905; }

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

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

background-color css

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

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

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

border-color css

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

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

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