Html Css Color HEX #A38A16 Hacienda

📋 copy color: '#A38A16'

red 163 ◦ green 138 ◦ blue 22

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

Shades of Hacienda #A38A16

Tints of Hacienda #A38A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.72%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 50.46%
G = 42.72%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A38A16 (or 0xA38A16) is known color: Hacienda. HEX triplet: A3, 8A and 16. RGB value is (163,138,22). Sum of RGB (Red+Green+Blue) = 163+138+22=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A16 is #5C75E9. Grayscale: #848484. Windows color (decimal): -6059498 or 1477283. OLE color: 1477283.

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

Color convert

RGB 163 138 22 -
CMYK 0 0.15 0.87 0.36
HSL 49.36º 0.76% 0.36% -
HSV(B) 49.36º 0.87% 0.64% -
XYZ 24.34 26.02 4.5 -
YUV 132.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 163 138 22 0 0.15 0.87 0.36 49.36 0.76 0.36
Hex A3 8A 16 0 F 57 24 31 4C 24
Octal 243 212 26 0 17 127 44 61 114 44
Binary 10100011 10001010 10110 0 1111 1010111 100100 110001 1001100 100100

Color Harmonies of #A38A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A16

Black with #A38A16

Text Example


Text Example

White with #A38A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A16; }

 p { color: rgb(163,138,22); }

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

background-color css

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

 a { background-color: rgb(163,138,22); }

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

border-color css

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

 span { border-color: rgb(163,138,22); }

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