Html Css Color HEX #A25611 Golden Brown

📋 copy color: '#A25611'

red 162 ◦ green 86 ◦ blue 17

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

Shades of Golden Brown #A25611

Tints of Golden Brown #A25611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 61.13%
G = 32.45%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A25611 (or 0xA25611) is known color: Golden Brown. HEX triplet: A2, 56 and 11. RGB value is (162,86,17). Sum of RGB (Red+Green+Blue) = 162+86+17=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25611 is #5DA9EE. Grayscale: #656565. Windows color (decimal): -6138351 or 1136290. OLE color: 1136290.

HSL color Cylindrical-coordinate representation of color #A25611: hue angle of 28.55º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A25611 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 86 17 -
CMYK 0 0.47 0.90 0.36
HSL 28.55º 0.81% 0.35% -
HSV(B) 28.55º 0.9% 0.64% -
XYZ 18.33 14.38 2.34 -
YUV 100.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 162 86 17 0 0.47 0.90 0.36 28.55 0.81 0.35
Hex A2 56 11 0 2F 5A 24 1D 51 23
Octal 242 126 21 0 57 132 44 35 121 43
Binary 10100010 1010110 10001 0 101111 1011010 100100 11101 1010001 100011

Color Harmonies of #A25611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25611

Black with #A25611

Text Example


Text Example

White with #A25611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25611; }

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

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

background-color css

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

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

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

border-color css

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

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

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