Html Css Color HEX #AD9983 Bronco

📋 copy color: '#AD9983'

red 173 ◦ green 153 ◦ blue 131

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

Shades of Bronco #AD9983

Tints of Bronco #AD9983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.67%

R = 37.86%
G = 33.48%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD9983 (or 0xAD9983) is known color: Bronco. HEX triplet: AD, 99 and 83. RGB value is (173,153,131). Sum of RGB (Red+Green+Blue) = 173+153+131=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9983 is #52667C. Grayscale: #9C9C9C. Windows color (decimal): -5400189 or 8624557. OLE color: 8624557.

HSL color Cylindrical-coordinate representation of color #AD9983: hue angle of 31.43º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9983 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 131 -
CMYK 0 0.12 0.24 0.32
HSL 31.43º 0.2% 0.6% -
HSV(B) 31.43º 0.24% 0.68% -
XYZ 32.72 33.31 26.18 -
YUV 156.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 173 153 131 0 0.12 0.24 0.32 31.43 0.2 0.6
Hex AD 99 83 0 C 18 20 1F 14 3C
Octal 255 231 203 0 14 30 40 37 24 74
Binary 10101101 10011001 10000011 0 1100 11000 100000 11111 10100 111100

Color Harmonies of #AD9983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9983

Black with #AD9983

Text Example


Text Example

White with #AD9983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9983; }

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

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

background-color css

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

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

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

border-color css

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

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

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