Html Css Color HEX #A38029 Hacienda

📋 copy color: '#A38029'

red 163 ◦ green 128 ◦ blue 41

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

Shades of Hacienda #A38029

Tints of Hacienda #A38029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

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

R = 49.1%
G = 38.55%
B = 12.35%

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

#A38029 (or 0xA38029) is known color: Hacienda. HEX triplet: A3, 80 and 29. RGB value is (163,128,41). Sum of RGB (Red+Green+Blue) = 163+128+41=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A38029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38029 is #5C7FD6. Grayscale: #808080. Windows color (decimal): -6062039 or 2719907. OLE color: 2719907.

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

Color convert

RGB 163 128 41 -
CMYK 0 0.21 0.75 0.36
HSL 42.79º 0.6% 0.4% -
HSV(B) 42.79º 0.75% 0.64% -
XYZ 23.22 23.38 5.39 -
YUV 128.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 163 128 41 0 0.21 0.75 0.36 42.79 0.6 0.4
Hex A3 80 29 0 15 4B 24 2B 3C 28
Octal 243 200 51 0 25 113 44 53 74 50
Binary 10100011 10000000 101001 0 10101 1001011 100100 101011 111100 101000

Color Harmonies of #A38029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38029

Black with #A38029

Text Example


Text Example

White with #A38029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38029; }

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

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

background-color css

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

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

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

border-color css

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

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

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