Html Css Color HEX #AD9982 Bronco

📋 copy color: '#AD9982'

red 173 ◦ green 153 ◦ blue 130

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

Shades of Bronco #AD9982

Tints of Bronco #AD9982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 37.94%
G = 33.55%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD9982 (or 0xAD9982) is known color: Bronco. HEX triplet: AD, 99 and 82. RGB value is (173,153,130). Sum of RGB (Red+Green+Blue) = 173+153+130=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9982 is #52667D. Grayscale: #9C9C9C. Windows color (decimal): -5400190 or 8559021. OLE color: 8559021.

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

Color convert

RGB 173 153 130 -
CMYK 0 0.12 0.25 0.32
HSL 32.09º 0.21% 0.59% -
HSV(B) 32.09º 0.25% 0.68% -
XYZ 32.65 33.28 25.82 -
YUV 156.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 173 153 130 0 0.12 0.25 0.32 32.09 0.21 0.59
Hex AD 99 82 0 C 19 20 20 15 3B
Octal 255 231 202 0 14 31 40 40 25 73
Binary 10101101 10011001 10000010 0 1100 11001 100000 100000 10101 111011

Color Harmonies of #AD9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9982

Black with #AD9982

Text Example


Text Example

White with #AD9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9982; }

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

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

background-color css

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

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

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

border-color css

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

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

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