Html Css Color HEX #A38118 Hacienda

📋 copy color: '#A38118'

red 163 ◦ green 129 ◦ blue 24

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

Shades of Hacienda #A38118

Tints of Hacienda #A38118

RGB

 RED value IS 163 (64.06% from 255) = 51.58%

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 51.58%
G = 40.82%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A38118 (or 0xA38118) is known color: Hacienda. HEX triplet: A3, 81 and 18. RGB value is (163,129,24). Sum of RGB (Red+Green+Blue) = 163+129+24=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A38118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38118 is #5C7EE7. Grayscale: #7F7F7F. Windows color (decimal): -6061800 or 1606051. OLE color: 1606051.

HSL color Cylindrical-coordinate representation of color #A38118: hue angle of 45.32º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A38118 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 129 24 -
CMYK 0 0.21 0.85 0.36
HSL 45.32º 0.74% 0.37% -
HSV(B) 45.32º 0.85% 0.64% -
XYZ 23.12 23.55 4.19 -
YUV 127.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 163 129 24 0 0.21 0.85 0.36 45.32 0.74 0.37
Hex A3 81 18 0 15 55 24 2D 4A 25
Octal 243 201 30 0 25 125 44 55 112 45
Binary 10100011 10000001 11000 0 10101 1010101 100100 101101 1001010 100101

Color Harmonies of #A38118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38118

Black with #A38118

Text Example


Text Example

White with #A38118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38118; }

 p { color: rgb(163,129,24); }

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

background-color css

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

 a { background-color: rgb(163,129,24); }

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

border-color css

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

 span { border-color: rgb(163,129,24); }

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