Html Css Color HEX #A48A1E Hacienda

📋 copy color: '#A48A1E'

red 164 ◦ green 138 ◦ blue 30

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

Shades of Hacienda #A48A1E

Tints of Hacienda #A48A1E

RGB

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

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

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

R = 49.4%
G = 41.57%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A48A1E (or 0xA48A1E) is known color: Hacienda. HEX triplet: A4, 8A and 1E. RGB value is (164,138,30). Sum of RGB (Red+Green+Blue) = 164+138+30=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A1E is #5B75E1. Grayscale: #858585. Windows color (decimal): -5993954 or 2001572. OLE color: 2001572.

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

Color convert

RGB 164 138 30 -
CMYK 0 0.16 0.82 0.36
HSL 48.36º 0.69% 0.38% -
HSV(B) 48.36º 0.82% 0.64% -
XYZ 24.63 26.16 4.98 -
YUV 133.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 164 138 30 0 0.16 0.82 0.36 48.36 0.69 0.38
Hex A4 8A 1E 0 10 52 24 30 45 26
Octal 244 212 36 0 20 122 44 60 105 46
Binary 10100100 10001010 11110 0 10000 1010010 100100 110000 1000101 100110

Color Harmonies of #A48A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A1E

Black with #A48A1E

Text Example


Text Example

White with #A48A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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