Html Css Color HEX #A25609 Golden Brown

📋 copy color: '#A25609'

red 162 ◦ green 86 ◦ blue 9

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

Shades of Golden Brown #A25609

Tints of Golden Brown #A25609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.46%

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

R = 63.04%
G = 33.46%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A25609 (or 0xA25609) is known color: Golden Brown. HEX triplet: A2, 56 and 09. RGB value is (162,86,9). Sum of RGB (Red+Green+Blue) = 162+86+9=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A25609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25609 is #5DA9F6. Grayscale: #646464. Windows color (decimal): -6138359 or 612002. OLE color: 612002.

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

Color convert

RGB 162 86 9 -
CMYK 0 0.47 0.94 0.36
HSL 30.2º 0.89% 0.34% -
HSV(B) 30.2º 0.94% 0.64% -
XYZ 18.28 14.36 2.07 -
YUV 99.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 162 86 9 0 0.47 0.94 0.36 30.2 0.89 0.34
Hex A2 56 9 0 2F 5E 24 1E 59 22
Octal 242 126 11 0 57 136 44 36 131 42
Binary 10100010 1010110 1001 0 101111 1011110 100100 11110 1011001 100010

Color Harmonies of #A25609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25609

Black with #A25609

Text Example


Text Example

White with #A25609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25609; }

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

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

background-color css

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

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

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

border-color css

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

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

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