Html Css Color HEX #A38C1F Hacienda

📋 copy color: '#A38C1F'

red 163 ◦ green 140 ◦ blue 31

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

Shades of Hacienda #A38C1F

Tints of Hacienda #A38C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 48.8%
G = 41.92%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A38C1F (or 0xA38C1F) is known color: Hacienda. HEX triplet: A3, 8C and 1F. RGB value is (163,140,31). Sum of RGB (Red+Green+Blue) = 163+140+31=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C1F is #5C73E0. Grayscale: #868686. Windows color (decimal): -6058977 or 2067619. OLE color: 2067619.

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

Color convert

RGB 163 140 31 -
CMYK 0 0.14 0.81 0.36
HSL 49.55º 0.68% 0.38% -
HSV(B) 49.55º 0.81% 0.64% -
XYZ 24.73 26.64 5.14 -
YUV 134.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 163 140 31 0 0.14 0.81 0.36 49.55 0.68 0.38
Hex A3 8C 1F 0 E 51 24 32 44 26
Octal 243 214 37 0 16 121 44 62 104 46
Binary 10100011 10001100 11111 0 1110 1010001 100100 110010 1000100 100110

Color Harmonies of #A38C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C1F

Black with #A38C1F

Text Example


Text Example

White with #A38C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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