Html Css Color HEX #A7852B Hacienda

📋 copy color: '#A7852B'

red 167 ◦ green 133 ◦ blue 43

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

Shades of Hacienda #A7852B

Tints of Hacienda #A7852B

RGB

 RED value IS 167 (65.63% from 255) = 48.69%

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 48.69%
G = 38.78%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7852B (or 0xA7852B) is known color: Hacienda. HEX triplet: A7, 85 and 2B. RGB value is (167,133,43). Sum of RGB (Red+Green+Blue) = 167+133+43=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7852B is #587AD4. Grayscale: #858585. Windows color (decimal): -5798613 or 2852263. OLE color: 2852263.

HSL color Cylindrical-coordinate representation of color #A7852B: hue angle of 43.55º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A7852B is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 133 43 -
CMYK 0 0.20 0.74 0.35
HSL 43.55º 0.59% 0.41% -
HSV(B) 43.55º 0.74% 0.65% -
XYZ 24.76 25.16 5.84 -
YUV 132.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 167 133 43 0 0.20 0.74 0.35 43.55 0.59 0.41
Hex A7 85 2B 0 14 4A 23 2C 3B 29
Octal 247 205 53 0 24 112 43 54 73 51
Binary 10100111 10000101 101011 0 10100 1001010 100011 101100 111011 101001

Color Harmonies of #A7852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7852B

Black with #A7852B

Text Example


Text Example

White with #A7852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7852B; }

 p { color: rgb(167,133,43); }

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

background-color css

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

 a { background-color: rgb(167,133,43); }

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

border-color css

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

 span { border-color: rgb(167,133,43); }

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