Html Css Color HEX #AD9975 Bronco

📋 copy color: '#AD9975'

red 173 ◦ green 153 ◦ blue 117

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

Shades of Bronco #AD9975

Tints of Bronco #AD9975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.54%

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

R = 39.05%
G = 34.54%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9975 (or 0xAD9975) is known color: Bronco. HEX triplet: AD, 99 and 75. RGB value is (173,153,117). Sum of RGB (Red+Green+Blue) = 173+153+117=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9975 is #52668A. Grayscale: #9B9B9B. Windows color (decimal): -5400203 or 7707053. OLE color: 7707053.

HSL color Cylindrical-coordinate representation of color #AD9975: hue angle of 38.57º 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 #AD9975 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 117 -
CMYK 0 0.12 0.32 0.32
HSL 38.57º 0.25% 0.57% -
HSV(B) 38.57º 0.32% 0.68% -
XYZ 31.84 32.95 21.51 -
YUV 154.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 173 153 117 0 0.12 0.32 0.32 38.57 0.25 0.57
Hex AD 99 75 0 C 20 20 27 19 39
Octal 255 231 165 0 14 40 40 47 31 71
Binary 10101101 10011001 1110101 0 1100 100000 100000 100111 11001 111001

Color Harmonies of #AD9975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9975

Black with #AD9975

Text Example


Text Example

White with #AD9975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9975; }

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

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

background-color css

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

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

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

border-color css

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

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

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