Html Css Color HEX #A87B1C Hacienda

📋 copy color: '#A87B1C'

red 168 ◦ green 123 ◦ blue 28

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

Shades of Hacienda #A87B1C

Tints of Hacienda #A87B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 52.66%
G = 38.56%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A87B1C (or 0xA87B1C) is known color: Hacienda. HEX triplet: A8, 7B and 1C. RGB value is (168,123,28). Sum of RGB (Red+Green+Blue) = 168+123+28=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B1C is #5784E3. Grayscale: #7E7E7E. Windows color (decimal): -5735652 or 1866664. OLE color: 1866664.

HSL color Cylindrical-coordinate representation of color #A87B1C: hue angle of 40.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A87B1C is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 123 28 -
CMYK 0 0.27 0.83 0.34
HSL 40.71º 0.71% 0.38% -
HSV(B) 40.71º 0.83% 0.66% -
XYZ 23.44 22.57 4.22 -
YUV 125.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 168 123 28 0 0.27 0.83 0.34 40.71 0.71 0.38
Hex A8 7B 1C 0 1B 53 22 29 47 26
Octal 250 173 34 0 33 123 42 51 107 46
Binary 10101000 1111011 11100 0 11011 1010011 100010 101001 1000111 100110

Color Harmonies of #A87B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B1C

Black with #A87B1C

Text Example


Text Example

White with #A87B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B1C; }

 p { color: rgb(168,123,28); }

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

background-color css

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

 a { background-color: rgb(168,123,28); }

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

border-color css

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

 span { border-color: rgb(168,123,28); }

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