Html Css Color HEX #A17D0F Hacienda

📋 copy color: '#A17D0F'

red 161 ◦ green 125 ◦ blue 15

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

Shades of Hacienda #A17D0F

Tints of Hacienda #A17D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 53.49%
G = 41.53%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A17D0F (or 0xA17D0F) is known color: Hacienda. HEX triplet: A1, 7D and 0F. RGB value is (161,125,15). Sum of RGB (Red+Green+Blue) = 161+125+15=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17D0F is #5E82F0. Grayscale: #7B7B7B. Windows color (decimal): -6193905 or 1015201. OLE color: 1015201.

HSL color Cylindrical-coordinate representation of color #A17D0F: hue angle of 45.21º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A17D0F is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 125 15 -
CMYK 0 0.22 0.91 0.37
HSL 45.21º 0.83% 0.35% -
HSV(B) 45.21º 0.91% 0.63% -
XYZ 22.12 22.28 3.59 -
YUV 123.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 161 125 15 0 0.22 0.91 0.37 45.21 0.83 0.35
Hex A1 7D F 0 16 5B 25 2D 53 23
Octal 241 175 17 0 26 133 45 55 123 43
Binary 10100001 1111101 1111 0 10110 1011011 100101 101101 1010011 100011

Color Harmonies of #A17D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D0F

Black with #A17D0F

Text Example


Text Example

White with #A17D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D0F; }

 p { color: rgb(161,125,15); }

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

background-color css

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

 a { background-color: rgb(161,125,15); }

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

border-color css

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

 span { border-color: rgb(161,125,15); }

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