Html Css Color HEX #A17F1E Hacienda

📋 copy color: '#A17F1E'

red 161 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #A17F1E

Tints of Hacienda #A17F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 39.94%

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 50.63%
G = 39.94%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A17F1E (or 0xA17F1E) is known color: Hacienda. HEX triplet: A1, 7F and 1E. RGB value is (161,127,30). Sum of RGB (Red+Green+Blue) = 161+127+30=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F1E is #5E80E1. Grayscale: #7E7E7E. Windows color (decimal): -6193378 or 1998753. OLE color: 1998753.

HSL color Cylindrical-coordinate representation of color #A17F1E: hue angle of 44.43º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A17F1E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 30 -
CMYK 0 0.21 0.81 0.37
HSL 44.43º 0.69% 0.37% -
HSV(B) 44.43º 0.81% 0.63% -
XYZ 22.52 22.85 4.45 -
YUV 126.11 73.76 152.89 -
System Red Green Blue C M Y K H S L
Decimal 161 127 30 0 0.21 0.81 0.37 44.43 0.69 0.37
Hex A1 7F 1E 0 15 51 25 2C 45 25
Octal 241 177 36 0 25 121 45 54 105 45
Binary 10100001 1111111 11110 0 10101 1010001 100101 101100 1000101 100101

Color Harmonies of #A17F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F1E

Black with #A17F1E

Text Example


Text Example

White with #A17F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F1E; }

 p { color: rgb(161,127,30); }

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

background-color css

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

 a { background-color: rgb(161,127,30); }

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

border-color css

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

 span { border-color: rgb(161,127,30); }

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