Html Css Color HEX #A95C17 Golden Brown

📋 copy color: '#A95C17'

red 169 ◦ green 92 ◦ blue 23

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

Shades of Golden Brown #A95C17

Tints of Golden Brown #A95C17

RGB

 RED value IS 169 (66.41% from 255) = 59.51%

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 59.51%
G = 32.39%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A95C17 (or 0xA95C17) is known color: Golden Brown. HEX triplet: A9, 5C and 17. RGB value is (169,92,23). Sum of RGB (Red+Green+Blue) = 169+92+23=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95C17 is #56A3E8. Grayscale: #6B6B6B. Windows color (decimal): -5678057 or 1531049. OLE color: 1531049.

HSL color Cylindrical-coordinate representation of color #A95C17: hue angle of 28.36º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A95C17 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 92 23 -
CMYK 0 0.46 0.86 0.34
HSL 28.36º 0.76% 0.38% -
HSV(B) 28.36º 0.86% 0.66% -
XYZ 20.34 16.15 2.86 -
YUV 107.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 169 92 23 0 0.46 0.86 0.34 28.36 0.76 0.38
Hex A9 5C 17 0 2E 56 22 1C 4C 26
Octal 251 134 27 0 56 126 42 34 114 46
Binary 10101001 1011100 10111 0 101110 1010110 100010 11100 1001100 100110

Color Harmonies of #A95C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C17

Black with #A95C17

Text Example


Text Example

White with #A95C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C17; }

 p { color: rgb(169,92,23); }

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

background-color css

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

 a { background-color: rgb(169,92,23); }

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

border-color css

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

 span { border-color: rgb(169,92,23); }

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