Html Css Color HEX #A25B17 Golden Brown

📋 copy color: '#A25B17'

red 162 ◦ green 91 ◦ blue 23

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

Shades of Golden Brown #A25B17

Tints of Golden Brown #A25B17

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 58.7%
G = 32.97%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A25B17 (or 0xA25B17) is known color: Golden Brown. HEX triplet: A2, 5B and 17. RGB value is (162,91,23). Sum of RGB (Red+Green+Blue) = 162+91+23=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25B17 is #5DA4E8. Grayscale: #686868. Windows color (decimal): -6137065 or 1530786. OLE color: 1530786.

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

Color convert

RGB 162 91 23 -
CMYK 0 0.44 0.86 0.36
HSL 29.35º 0.75% 0.36% -
HSV(B) 29.35º 0.86% 0.64% -
XYZ 18.8 15.23 2.76 -
YUV 104.48 82.02 169.03 -
System Red Green Blue C M Y K H S L
Decimal 162 91 23 0 0.44 0.86 0.36 29.35 0.75 0.36
Hex A2 5B 17 0 2C 56 24 1D 4B 24
Octal 242 133 27 0 54 126 44 35 113 44
Binary 10100010 1011011 10111 0 101100 1010110 100100 11101 1001011 100100

Color Harmonies of #A25B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B17

Black with #A25B17

Text Example


Text Example

White with #A25B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B17; }

 p { color: rgb(162,91,23); }

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

background-color css

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

 a { background-color: rgb(162,91,23); }

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

border-color css

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

 span { border-color: rgb(162,91,23); }

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