Html Css Color HEX #A38529 Hacienda

📋 copy color: '#A38529'

red 163 ◦ green 133 ◦ blue 41

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

Shades of Hacienda #A38529

Tints of Hacienda #A38529

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 48.37%
G = 39.47%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A38529 (or 0xA38529) is known color: Hacienda. HEX triplet: A3, 85 and 29. RGB value is (163,133,41). Sum of RGB (Red+Green+Blue) = 163+133+41=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A38529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38529 is #5C7AD6. Grayscale: #838383. Windows color (decimal): -6060759 or 2721187. OLE color: 2721187.

HSL color Cylindrical-coordinate representation of color #A38529: hue angle of 45.25º 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 #A38529 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 133 41 -
CMYK 0 0.18 0.75 0.36
HSL 45.25º 0.6% 0.4% -
HSV(B) 45.25º 0.75% 0.64% -
XYZ 23.89 24.72 5.61 -
YUV 131.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 163 133 41 0 0.18 0.75 0.36 45.25 0.6 0.4
Hex A3 85 29 0 12 4B 24 2D 3C 28
Octal 243 205 51 0 22 113 44 55 74 50
Binary 10100011 10000101 101001 0 10010 1001011 100100 101101 111100 101000

Color Harmonies of #A38529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38529

Black with #A38529

Text Example


Text Example

White with #A38529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38529; }

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

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

background-color css

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

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

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

border-color css

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

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

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