Html Css Color HEX #A17823 Hacienda

📋 copy color: '#A17823'

red 161 ◦ green 120 ◦ blue 35

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

Shades of Hacienda #A17823

Tints of Hacienda #A17823

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.97%

 BLUE value IS 35 (14.06% from 255) = 11.08%

R = 50.95%
G = 37.97%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A17823 (or 0xA17823) is known color: Hacienda. HEX triplet: A1, 78 and 23. RGB value is (161,120,35). Sum of RGB (Red+Green+Blue) = 161+120+35=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A17823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17823 is #5E87DC. Grayscale: #7A7A7A. Windows color (decimal): -6195165 or 2324641. OLE color: 2324641.

HSL color Cylindrical-coordinate representation of color #A17823: hue angle of 40.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A17823 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 120 35 -
CMYK 0 0.25 0.78 0.37
HSL 40.48º 0.64% 0.38% -
HSV(B) 40.48º 0.78% 0.63% -
XYZ 21.72 21.13 4.52 -
YUV 122.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 161 120 35 0 0.25 0.78 0.37 40.48 0.64 0.38
Hex A1 78 23 0 19 4E 25 28 40 26
Octal 241 170 43 0 31 116 45 50 100 46
Binary 10100001 1111000 100011 0 11001 1001110 100101 101000 1000000 100110

Color Harmonies of #A17823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17823

Black with #A17823

Text Example


Text Example

White with #A17823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17823; }

 p { color: rgb(161,120,35); }

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

background-color css

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

 a { background-color: rgb(161,120,35); }

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

border-color css

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

 span { border-color: rgb(161,120,35); }

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