Html Css Color HEX #AD8523 Hacienda

📋 copy color: '#AD8523'

red 173 ◦ green 133 ◦ blue 35

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

Shades of Hacienda #AD8523

Tints of Hacienda #AD8523

RGB

 RED value IS 173 (67.97% from 255) = 50.73%

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

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 50.73%
G = 39%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD8523 (or 0xAD8523) is known color: Hacienda. HEX triplet: AD, 85 and 23. RGB value is (173,133,35). Sum of RGB (Red+Green+Blue) = 173+133+35=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8523 is #527ADC. Grayscale: #868686. Windows color (decimal): -5405405 or 2327981. OLE color: 2327981.

HSL color Cylindrical-coordinate representation of color #AD8523: hue angle of 42.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD8523 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 35 -
CMYK 0 0.23 0.80 0.32
HSL 42.61º 0.66% 0.41% -
HSV(B) 42.61º 0.8% 0.68% -
XYZ 25.92 25.78 5.2 -
YUV 133.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 173 133 35 0 0.23 0.80 0.32 42.61 0.66 0.41
Hex AD 85 23 0 17 50 20 2B 42 29
Octal 255 205 43 0 27 120 40 53 102 51
Binary 10101101 10000101 100011 0 10111 1010000 100000 101011 1000010 101001

Color Harmonies of #AD8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8523

Black with #AD8523

Text Example


Text Example

White with #AD8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8523; }

 p { color: rgb(173,133,35); }

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

background-color css

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

 a { background-color: rgb(173,133,35); }

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

border-color css

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

 span { border-color: rgb(173,133,35); }

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