Html Css Color HEX #A8841F Hacienda

📋 copy color: '#A8841F'

red 168 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #A8841F

Tints of Hacienda #A8841F

RGB

 RED value IS 168 (66.02% from 255) = 50.76%

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 50.76%
G = 39.88%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8841F (or 0xA8841F) is known color: Hacienda. HEX triplet: A8, 84 and 1F. RGB value is (168,132,31). Sum of RGB (Red+Green+Blue) = 168+132+31=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8841F is #577BE0. Grayscale: #838383. Windows color (decimal): -5733345 or 2065576. OLE color: 2065576.

HSL color Cylindrical-coordinate representation of color #A8841F: hue angle of 44.23º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8841F is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 132 31 -
CMYK 0 0.21 0.82 0.34
HSL 44.23º 0.69% 0.39% -
HSV(B) 44.23º 0.82% 0.66% -
XYZ 24.65 24.93 4.81 -
YUV 131.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 168 132 31 0 0.21 0.82 0.34 44.23 0.69 0.39
Hex A8 84 1F 0 15 52 22 2C 45 27
Octal 250 204 37 0 25 122 42 54 105 47
Binary 10101000 10000100 11111 0 10101 1010010 100010 101100 1000101 100111

Color Harmonies of #A8841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8841F

Black with #A8841F

Text Example


Text Example

White with #A8841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8841F; }

 p { color: rgb(168,132,31); }

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

background-color css

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

 a { background-color: rgb(168,132,31); }

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

border-color css

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

 span { border-color: rgb(168,132,31); }

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