Html Css Color HEX #AD9575 Bronco

📋 copy color: '#AD9575'

red 173 ◦ green 149 ◦ blue 117

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

Shades of Bronco #AD9575

Tints of Bronco #AD9575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 39.41%
G = 33.94%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9575 (or 0xAD9575) is known color: Bronco. HEX triplet: AD, 95 and 75. RGB value is (173,149,117). Sum of RGB (Red+Green+Blue) = 173+149+117=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9575 is #526A8A. Grayscale: #989898. Windows color (decimal): -5401227 or 7706029. OLE color: 7706029.

HSL color Cylindrical-coordinate representation of color #AD9575: hue angle of 34.29º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9575 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 117 -
CMYK 0 0.14 0.32 0.32
HSL 34.29º 0.25% 0.57% -
HSV(B) 34.29º 0.32% 0.68% -
XYZ 31.19 31.66 21.3 -
YUV 152.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 173 149 117 0 0.14 0.32 0.32 34.29 0.25 0.57
Hex AD 95 75 0 E 20 20 22 19 39
Octal 255 225 165 0 16 40 40 42 31 71
Binary 10101101 10010101 1110101 0 1110 100000 100000 100010 11001 111001

Color Harmonies of #AD9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9575

Black with #AD9575

Text Example


Text Example

White with #AD9575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9575; }

 p { color: rgb(173,149,117); }

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

background-color css

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

 a { background-color: rgb(173,149,117); }

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

border-color css

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

 span { border-color: rgb(173,149,117); }

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