Html Css Color HEX #A17B1E Hacienda

📋 copy color: '#A17B1E'

red 161 ◦ green 123 ◦ blue 30

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

Shades of Hacienda #A17B1E

Tints of Hacienda #A17B1E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.17%

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

R = 51.27%
G = 39.17%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A17B1E (or 0xA17B1E) is known color: Hacienda. HEX triplet: A1, 7B and 1E. RGB value is (161,123,30). Sum of RGB (Red+Green+Blue) = 161+123+30=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17B1E is #5E84E1. Grayscale: #7C7C7C. Windows color (decimal): -6194402 or 1997729. OLE color: 1997729.

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

Color convert

RGB 161 123 30 -
CMYK 0 0.24 0.81 0.37
HSL 42.6º 0.69% 0.37% -
HSV(B) 42.6º 0.81% 0.63% -
XYZ 22.02 21.84 4.28 -
YUV 123.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 161 123 30 0 0.24 0.81 0.37 42.6 0.69 0.37
Hex A1 7B 1E 0 18 51 25 2B 45 25
Octal 241 173 36 0 30 121 45 53 105 45
Binary 10100001 1111011 11110 0 11000 1010001 100101 101011 1000101 100101

Color Harmonies of #A17B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17B1E

Black with #A17B1E

Text Example


Text Example

White with #A17B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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