Html Css Color HEX #A38214 Hacienda

📋 copy color: '#A38214'

red 163 ◦ green 130 ◦ blue 20

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

Shades of Hacienda #A38214

Tints of Hacienda #A38214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 52.08%
G = 41.53%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A38214 (or 0xA38214) is known color: Hacienda. HEX triplet: A3, 82 and 14. RGB value is (163,130,20). Sum of RGB (Red+Green+Blue) = 163+130+20=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A38214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38214 is #5C7DEB. Grayscale: #7F7F7F. Windows color (decimal): -6061548 or 1344163. OLE color: 1344163.

HSL color Cylindrical-coordinate representation of color #A38214: hue angle of 46.15º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A38214 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 20 -
CMYK 0 0.20 0.88 0.36
HSL 46.15º 0.78% 0.36% -
HSV(B) 46.15º 0.88% 0.64% -
XYZ 23.21 23.8 4.03 -
YUV 127.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 163 130 20 0 0.20 0.88 0.36 46.15 0.78 0.36
Hex A3 82 14 0 14 58 24 2E 4E 24
Octal 243 202 24 0 24 130 44 56 116 44
Binary 10100011 10000010 10100 0 10100 1011000 100100 101110 1001110 100100

Color Harmonies of #A38214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38214

Black with #A38214

Text Example


Text Example

White with #A38214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38214; }

 p { color: rgb(163,130,20); }

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

background-color css

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

 a { background-color: rgb(163,130,20); }

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

border-color css

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

 span { border-color: rgb(163,130,20); }

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