Html Css Color HEX #A17F0F Hacienda

📋 copy color: '#A17F0F'

red 161 ◦ green 127 ◦ blue 15

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

Shades of Hacienda #A17F0F

Tints of Hacienda #A17F0F

RGB

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

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

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

R = 53.14%
G = 41.91%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A17F0F (or 0xA17F0F) is known color: Hacienda. HEX triplet: A1, 7F and 0F. RGB value is (161,127,15). Sum of RGB (Red+Green+Blue) = 161+127+15=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17F0F is #5E80F0. Grayscale: #7C7C7C. Windows color (decimal): -6193393 or 1015713. OLE color: 1015713.

HSL color Cylindrical-coordinate representation of color #A17F0F: hue angle of 46.03º 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 #A17F0F is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 15 -
CMYK 0 0.21 0.91 0.37
HSL 46.03º 0.83% 0.35% -
HSV(B) 46.03º 0.91% 0.63% -
XYZ 22.37 22.79 3.67 -
YUV 124.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 161 127 15 0 0.21 0.91 0.37 46.03 0.83 0.35
Hex A1 7F F 0 15 5B 25 2E 53 23
Octal 241 177 17 0 25 133 45 56 123 43
Binary 10100001 1111111 1111 0 10101 1011011 100101 101110 1010011 100011

Color Harmonies of #A17F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F0F

Black with #A17F0F

Text Example


Text Example

White with #A17F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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