Html Css Color HEX #A38C1E Hacienda

📋 copy color: '#A38C1E'

red 163 ◦ green 140 ◦ blue 30

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

Shades of Hacienda #A38C1E

Tints of Hacienda #A38C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 48.95%
G = 42.04%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A38C1E (or 0xA38C1E) is known color: Hacienda. HEX triplet: A3, 8C and 1E. RGB value is (163,140,30). Sum of RGB (Red+Green+Blue) = 163+140+30=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C1E is #5C73E1. Grayscale: #868686. Windows color (decimal): -6058978 or 2002083. OLE color: 2002083.

HSL color Cylindrical-coordinate representation of color #A38C1E: hue angle of 49.62º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A38C1E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 140 30 -
CMYK 0 0.14 0.82 0.36
HSL 49.62º 0.69% 0.38% -
HSV(B) 49.62º 0.82% 0.64% -
XYZ 24.72 26.64 5.07 -
YUV 134.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 163 140 30 0 0.14 0.82 0.36 49.62 0.69 0.38
Hex A3 8C 1E 0 E 52 24 32 45 26
Octal 243 214 36 0 16 122 44 62 105 46
Binary 10100011 10001100 11110 0 1110 1010010 100100 110010 1000101 100110

Color Harmonies of #A38C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C1E

Black with #A38C1E

Text Example


Text Example

White with #A38C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C1E; }

 p { color: rgb(163,140,30); }

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

background-color css

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

 a { background-color: rgb(163,140,30); }

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

border-color css

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

 span { border-color: rgb(163,140,30); }

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