Html Css Color HEX #A38411 Hacienda

📋 copy color: '#A38411'

red 163 ◦ green 132 ◦ blue 17

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

Shades of Hacienda #A38411

Tints of Hacienda #A38411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 52.24%
G = 42.31%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A38411 (or 0xA38411) is known color: Hacienda. HEX triplet: A3, 84 and 11. RGB value is (163,132,17). Sum of RGB (Red+Green+Blue) = 163+132+17=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A38411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38411 is #5C7BEE. Grayscale: #808080. Windows color (decimal): -6061039 or 1148067. OLE color: 1148067.

HSL color Cylindrical-coordinate representation of color #A38411: hue angle of 47.26º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A38411 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 132 17 -
CMYK 0 0.19 0.90 0.36
HSL 47.26º 0.81% 0.35% -
HSV(B) 47.26º 0.9% 0.64% -
XYZ 23.46 24.33 3.99 -
YUV 128.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 163 132 17 0 0.19 0.90 0.36 47.26 0.81 0.35
Hex A3 84 11 0 13 5A 24 2F 51 23
Octal 243 204 21 0 23 132 44 57 121 43
Binary 10100011 10000100 10001 0 10011 1011010 100100 101111 1010001 100011

Color Harmonies of #A38411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38411

Black with #A38411

Text Example


Text Example

White with #A38411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38411; }

 p { color: rgb(163,132,17); }

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

background-color css

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

 a { background-color: rgb(163,132,17); }

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

border-color css

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

 span { border-color: rgb(163,132,17); }

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