Html Css Color HEX #A47B25 Hacienda

📋 copy color: '#A47B25'

red 164 ◦ green 123 ◦ blue 37

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

Shades of Hacienda #A47B25

Tints of Hacienda #A47B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.42%

R = 50.62%
G = 37.96%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A47B25 (or 0xA47B25) is known color: Hacienda. HEX triplet: A4, 7B and 25. RGB value is (164,123,37). Sum of RGB (Red+Green+Blue) = 164+123+37=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47B25 is #5B84DA. Grayscale: #7D7D7D. Windows color (decimal): -5997787 or 2456484. OLE color: 2456484.

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

Color convert

RGB 164 123 37 -
CMYK 0 0.25 0.77 0.36
HSL 40.63º 0.63% 0.39% -
HSV(B) 40.63º 0.77% 0.64% -
XYZ 22.73 22.19 4.84 -
YUV 125.46 78.08 155.49 -
System Red Green Blue C M Y K H S L
Decimal 164 123 37 0 0.25 0.77 0.36 40.63 0.63 0.39
Hex A4 7B 25 0 19 4D 24 29 3F 27
Octal 244 173 45 0 31 115 44 51 77 47
Binary 10100100 1111011 100101 0 11001 1001101 100100 101001 111111 100111

Color Harmonies of #A47B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B25

Black with #A47B25

Text Example


Text Example

White with #A47B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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