Html Css Color HEX #A25909 Golden Brown

📋 copy color: '#A25909'

red 162 ◦ green 89 ◦ blue 9

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

Shades of Golden Brown #A25909

Tints of Golden Brown #A25909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 62.31%
G = 34.23%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A25909 (or 0xA25909) is known color: Golden Brown. HEX triplet: A2, 59 and 09. RGB value is (162,89,9). Sum of RGB (Red+Green+Blue) = 162+89+9=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A25909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25909 is #5DA6F6. Grayscale: #666666. Windows color (decimal): -6137591 or 612770. OLE color: 612770.

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

Color convert

RGB 162 89 9 -
CMYK 0 0.45 0.94 0.36
HSL 31.37º 0.89% 0.34% -
HSV(B) 31.37º 0.94% 0.64% -
XYZ 18.52 14.85 2.15 -
YUV 101.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 162 89 9 0 0.45 0.94 0.36 31.37 0.89 0.34
Hex A2 59 9 0 2D 5E 24 1F 59 22
Octal 242 131 11 0 55 136 44 37 131 42
Binary 10100010 1011001 1001 0 101101 1011110 100100 11111 1011001 100010

Color Harmonies of #A25909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25909

Black with #A25909

Text Example


Text Example

White with #A25909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25909; }

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

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

background-color css

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

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

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

border-color css

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

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

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