Html Css Color HEX #A48A1F Hacienda

📋 copy color: '#A48A1F'

red 164 ◦ green 138 ◦ blue 31

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

Shades of Hacienda #A48A1F

Tints of Hacienda #A48A1F

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

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

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

R = 49.25%
G = 41.44%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A48A1F (or 0xA48A1F) is known color: Hacienda. HEX triplet: A4, 8A and 1F. RGB value is (164,138,31). Sum of RGB (Red+Green+Blue) = 164+138+31=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A1F is #5B75E0. Grayscale: #868686. Windows color (decimal): -5993953 or 2067108. OLE color: 2067108.

HSL color Cylindrical-coordinate representation of color #A48A1F: hue angle of 48.27º 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 #A48A1F is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 138 31 -
CMYK 0 0.16 0.81 0.36
HSL 48.27º 0.68% 0.38% -
HSV(B) 48.27º 0.81% 0.64% -
XYZ 24.65 26.17 5.05 -
YUV 133.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 164 138 31 0 0.16 0.81 0.36 48.27 0.68 0.38
Hex A4 8A 1F 0 10 51 24 30 44 26
Octal 244 212 37 0 20 121 44 60 104 46
Binary 10100100 10001010 11111 0 10000 1010001 100100 110000 1000100 100110

Color Harmonies of #A48A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A1F

Black with #A48A1F

Text Example


Text Example

White with #A48A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A1F; }

 p { color: rgb(164,138,31); }

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

background-color css

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

 a { background-color: rgb(164,138,31); }

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

border-color css

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

 span { border-color: rgb(164,138,31); }

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