Html Css Color HEX #A48613 Hacienda

📋 copy color: '#A48613'

red 164 ◦ green 134 ◦ blue 19

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

Shades of Hacienda #A48613

Tints of Hacienda #A48613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.27%

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 51.74%
G = 42.27%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A48613 (or 0xA48613) is known color: Hacienda. HEX triplet: A4, 86 and 13. RGB value is (164,134,19). Sum of RGB (Red+Green+Blue) = 164+134+19=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A48613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48613 is #5B79EC. Grayscale: #828282. Windows color (decimal): -5994989 or 1279652. OLE color: 1279652.

HSL color Cylindrical-coordinate representation of color #A48613: hue angle of 47.59º degrees, saturation: 0.79, 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 #A48613 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 19 -
CMYK 0 0.18 0.88 0.36
HSL 47.59º 0.79% 0.36% -
HSV(B) 47.59º 0.88% 0.64% -
XYZ 23.95 24.99 4.18 -
YUV 129.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 164 134 19 0 0.18 0.88 0.36 47.59 0.79 0.36
Hex A4 86 13 0 12 58 24 30 4F 24
Octal 244 206 23 0 22 130 44 60 117 44
Binary 10100100 10000110 10011 0 10010 1011000 100100 110000 1001111 100100

Color Harmonies of #A48613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48613

Black with #A48613

Text Example


Text Example

White with #A48613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48613; }

 p { color: rgb(164,134,19); }

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

background-color css

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

 a { background-color: rgb(164,134,19); }

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

border-color css

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

 span { border-color: rgb(164,134,19); }

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