Html Css Color HEX #AD9882 Bronco

📋 copy color: '#AD9882'

red 173 ◦ green 152 ◦ blue 130

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

Shades of Bronco #AD9882

Tints of Bronco #AD9882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.41%

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

R = 38.02%
G = 33.41%
B = 28.57%

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

#AD9882 (or 0xAD9882) is known color: Bronco. HEX triplet: AD, 98 and 82. RGB value is (173,152,130). Sum of RGB (Red+Green+Blue) = 173+152+130=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9882 is #52677D. Grayscale: #9B9B9B. Windows color (decimal): -5400446 or 8558765. OLE color: 8558765.

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

Color convert

RGB 173 152 130 -
CMYK 0 0.12 0.25 0.32
HSL 30.7º 0.21% 0.59% -
HSV(B) 30.7º 0.25% 0.68% -
XYZ 32.49 32.95 25.77 -
YUV 155.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 173 152 130 0 0.12 0.25 0.32 30.7 0.21 0.59
Hex AD 98 82 0 C 19 20 1F 15 3B
Octal 255 230 202 0 14 31 40 37 25 73
Binary 10101101 10011000 10000010 0 1100 11001 100000 11111 10101 111011

Color Harmonies of #AD9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9882

Black with #AD9882

Text Example


Text Example

White with #AD9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9882; }

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

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

background-color css

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

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

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

border-color css

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

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

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