Html Css Color HEX #A15F17 Golden Brown

📋 copy color: '#A15F17'

red 161 ◦ green 95 ◦ blue 23

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

Shades of Golden Brown #A15F17

Tints of Golden Brown #A15F17

RGB

 RED value IS 161 (63.28% from 255) = 57.71%

 GREEN value IS 95 (37.5% from 255) = 34.05%

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

R = 57.71%
G = 34.05%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A15F17 (or 0xA15F17) is known color: Golden Brown. HEX triplet: A1, 5F and 17. RGB value is (161,95,23). Sum of RGB (Red+Green+Blue) = 161+95+23=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15F17 is #5EA0E8. Grayscale: #6A6A6A. Windows color (decimal): -6201577 or 1531809. OLE color: 1531809.

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

Color convert

RGB 161 95 23 -
CMYK 0 0.41 0.86 0.37
HSL 31.3º 0.75% 0.36% -
HSV(B) 31.3º 0.86% 0.63% -
XYZ 18.94 15.82 2.87 -
YUV 106.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 161 95 23 0 0.41 0.86 0.37 31.3 0.75 0.36
Hex A1 5F 17 0 29 56 25 1F 4B 24
Octal 241 137 27 0 51 126 45 37 113 44
Binary 10100001 1011111 10111 0 101001 1010110 100101 11111 1001011 100100

Color Harmonies of #A15F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F17

Black with #A15F17

Text Example


Text Example

White with #A15F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F17; }

 p { color: rgb(161,95,23); }

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

background-color css

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

 a { background-color: rgb(161,95,23); }

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

border-color css

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

 span { border-color: rgb(161,95,23); }

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