Html Css Color HEX #A47B21 Hacienda

📋 copy color: '#A47B21'

red 164 ◦ green 123 ◦ blue 33

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

Shades of Hacienda #A47B21

Tints of Hacienda #A47B21

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 51.25%
G = 38.44%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A47B21 (or 0xA47B21) is known color: Hacienda. HEX triplet: A4, 7B and 21. RGB value is (164,123,33). Sum of RGB (Red+Green+Blue) = 164+123+33=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B21 is #5B84DE. Grayscale: #7D7D7D. Windows color (decimal): -5997791 or 2194340. OLE color: 2194340.

HSL color Cylindrical-coordinate representation of color #A47B21: hue angle of 41.22º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A47B21 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 33 -
CMYK 0 0.25 0.80 0.36
HSL 41.22º 0.66% 0.39% -
HSV(B) 41.22º 0.8% 0.64% -
XYZ 22.67 22.17 4.52 -
YUV 125 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 164 123 33 0 0.25 0.80 0.36 41.22 0.66 0.39
Hex A4 7B 21 0 19 50 24 29 42 27
Octal 244 173 41 0 31 120 44 51 102 47
Binary 10100100 1111011 100001 0 11001 1010000 100100 101001 1000010 100111

Color Harmonies of #A47B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B21

Black with #A47B21

Text Example


Text Example

White with #A47B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B21; }

 p { color: rgb(164,123,33); }

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

background-color css

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

 a { background-color: rgb(164,123,33); }

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

border-color css

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

 span { border-color: rgb(164,123,33); }

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