Html Css Color HEX #A48B27 Hacienda

📋 copy color: '#A48B27'

red 164 ◦ green 139 ◦ blue 39

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

Shades of Hacienda #A48B27

Tints of Hacienda #A48B27

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.64%

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 47.95%
G = 40.64%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A48B27 (or 0xA48B27) is known color: Hacienda. HEX triplet: A4, 8B and 27. RGB value is (164,139,39). Sum of RGB (Red+Green+Blue) = 164+139+39=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B27 is #5B74D8. Grayscale: #878787. Windows color (decimal): -5993689 or 2591652. OLE color: 2591652.

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

Color convert

RGB 164 139 39 -
CMYK 0 0.15 0.76 0.36
HSL 48º 0.62% 0.4% -
HSV(B) 48º 0.76% 0.64% -
XYZ 24.91 26.5 5.72 -
YUV 135.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 164 139 39 0 0.15 0.76 0.36 48 0.62 0.4
Hex A4 8B 27 0 F 4C 24 30 3E 28
Octal 244 213 47 0 17 114 44 60 76 50
Binary 10100100 10001011 100111 0 1111 1001100 100100 110000 111110 101000

Color Harmonies of #A48B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48B27

Black with #A48B27

Text Example


Text Example

White with #A48B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48B27; }

 p { color: rgb(164,139,39); }

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

background-color css

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

 a { background-color: rgb(164,139,39); }

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

border-color css

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

 span { border-color: rgb(164,139,39); }

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