Html Css Color HEX #A17504 Golden Brown

📋 copy color: '#A17504'

red 161 ◦ green 117 ◦ blue 4

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

Shades of Golden Brown #A17504

Tints of Golden Brown #A17504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 57.09%
G = 41.49%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A17504 (or 0xA17504) is known color: Golden Brown. HEX triplet: A1, 75 and 04. RGB value is (161,117,4). Sum of RGB (Red+Green+Blue) = 161+117+4=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A17504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17504 is #5E8AFB. Grayscale: #757575. Windows color (decimal): -6195964 or 292257. OLE color: 292257.

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

Color convert

RGB 161 117 4 -
CMYK 0 0.27 0.98 0.37
HSL 43.18º 0.95% 0.32% -
HSV(B) 43.18º 0.98% 0.63% -
XYZ 21.08 20.31 2.92 -
YUV 117.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 161 117 4 0 0.27 0.98 0.37 43.18 0.95 0.32
Hex A1 75 4 0 1B 62 25 2B 5F 20
Octal 241 165 4 0 33 142 45 53 137 40
Binary 10100001 1110101 100 0 11011 1100010 100101 101011 1011111 100000

Color Harmonies of #A17504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17504

Black with #A17504

Text Example


Text Example

White with #A17504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17504; }

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

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

background-color css

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

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

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

border-color css

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

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

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