Html Css Color HEX #A17505 Golden Brown

📋 copy color: '#A17505'

red 161 ◦ green 117 ◦ blue 5

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

Shades of Golden Brown #A17505

Tints of Golden Brown #A17505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 56.89%
G = 41.34%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A17505 (or 0xA17505) is known color: Golden Brown. HEX triplet: A1, 75 and 05. RGB value is (161,117,5). Sum of RGB (Red+Green+Blue) = 161+117+5=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A17505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17505 is #5E8AFA. Grayscale: #757575. Windows color (decimal): -6195963 or 357793. OLE color: 357793.

HSL color Cylindrical-coordinate representation of color #A17505: hue angle of 43.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A17505 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 5 -
CMYK 0 0.27 0.97 0.37
HSL 43.08º 0.94% 0.33% -
HSV(B) 43.08º 0.97% 0.63% -
XYZ 21.09 20.31 2.95 -
YUV 117.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 161 117 5 0 0.27 0.97 0.37 43.08 0.94 0.33
Hex A1 75 5 0 1B 61 25 2B 5E 21
Octal 241 165 5 0 33 141 45 53 136 41
Binary 10100001 1110101 101 0 11011 1100001 100101 101011 1011110 100001

Color Harmonies of #A17505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17505

Black with #A17505

Text Example


Text Example

White with #A17505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17505; }

 p { color: rgb(161,117,5); }

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

background-color css

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

 a { background-color: rgb(161,117,5); }

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

border-color css

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

 span { border-color: rgb(161,117,5); }

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