Html Css Color HEX #A17407 Golden Brown

📋 copy color: '#A17407'

red 161 ◦ green 116 ◦ blue 7

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

Shades of Golden Brown #A17407

Tints of Golden Brown #A17407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 7 (3.13% from 255) = 2.46%

R = 56.69%
G = 40.85%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A17407 (or 0xA17407) is known color: Golden Brown. HEX triplet: A1, 74 and 07. RGB value is (161,116,7). Sum of RGB (Red+Green+Blue) = 161+116+7=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A17407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17407 is #5E8BF8. Grayscale: #757575. Windows color (decimal): -6196217 or 488609. OLE color: 488609.

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

Color convert

RGB 161 116 7 -
CMYK 0 0.28 0.96 0.37
HSL 42.47º 0.92% 0.33% -
HSV(B) 42.47º 0.96% 0.63% -
XYZ 20.98 20.08 2.97 -
YUV 117.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 161 116 7 0 0.28 0.96 0.37 42.47 0.92 0.33
Hex A1 74 7 0 1C 60 25 2A 5C 21
Octal 241 164 7 0 34 140 45 52 134 41
Binary 10100001 1110100 111 0 11100 1100000 100101 101010 1011100 100001

Color Harmonies of #A17407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17407

Black with #A17407

Text Example


Text Example

White with #A17407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17407; }

 p { color: rgb(161,116,7); }

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

background-color css

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

 a { background-color: rgb(161,116,7); }

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

border-color css

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

 span { border-color: rgb(161,116,7); }

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