Html Css Color HEX #A38129 Hacienda

📋 copy color: '#A38129'

red 163 ◦ green 129 ◦ blue 41

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

Shades of Hacienda #A38129

Tints of Hacienda #A38129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.31%

R = 48.95%
G = 38.74%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A38129 (or 0xA38129) is known color: Hacienda. HEX triplet: A3, 81 and 29. RGB value is (163,129,41). Sum of RGB (Red+Green+Blue) = 163+129+41=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A38129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38129 is #5C7ED6. Grayscale: #818181. Windows color (decimal): -6061783 or 2720163. OLE color: 2720163.

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

Color convert

RGB 163 129 41 -
CMYK 0 0.21 0.75 0.36
HSL 43.28º 0.6% 0.4% -
HSV(B) 43.28º 0.75% 0.64% -
XYZ 23.35 23.65 5.43 -
YUV 129.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 163 129 41 0 0.21 0.75 0.36 43.28 0.6 0.4
Hex A3 81 29 0 15 4B 24 2B 3C 28
Octal 243 201 51 0 25 113 44 53 74 50
Binary 10100011 10000001 101001 0 10101 1001011 100100 101011 111100 101000

Color Harmonies of #A38129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38129

Black with #A38129

Text Example


Text Example

White with #A38129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38129; }

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

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

background-color css

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

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

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

border-color css

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

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

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