Html Css Color HEX #A88427 Hacienda

📋 copy color: '#A88427'

red 168 ◦ green 132 ◦ blue 39

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

Shades of Hacienda #A88427

Tints of Hacienda #A88427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 49.56%
G = 38.94%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A88427 (or 0xA88427) is known color: Hacienda. HEX triplet: A8, 84 and 27. RGB value is (168,132,39). Sum of RGB (Red+Green+Blue) = 168+132+39=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A88427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88427 is #577BD8. Grayscale: #848484. Windows color (decimal): -5733337 or 2589864. OLE color: 2589864.

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

Color convert

RGB 168 132 39 -
CMYK 0 0.21 0.77 0.34
HSL 43.26º 0.62% 0.41% -
HSV(B) 43.26º 0.77% 0.66% -
XYZ 24.77 24.97 5.43 -
YUV 132.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 168 132 39 0 0.21 0.77 0.34 43.26 0.62 0.41
Hex A8 84 27 0 15 4D 22 2B 3E 29
Octal 250 204 47 0 25 115 42 53 76 51
Binary 10101000 10000100 100111 0 10101 1001101 100010 101011 111110 101001

Color Harmonies of #A88427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88427

Black with #A88427

Text Example


Text Example

White with #A88427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88427; }

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

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

background-color css

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

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

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

border-color css

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

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

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