Html Css Color HEX #AD9677 Bronco

📋 copy color: '#AD9677'

red 173 ◦ green 150 ◦ blue 119

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

Shades of Bronco #AD9677

Tints of Bronco #AD9677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.94%

 BLUE value IS 119 (46.88% from 255) = 26.92%

R = 39.14%
G = 33.94%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9677 (or 0xAD9677) is known color: Bronco. HEX triplet: AD, 96 and 77. RGB value is (173,150,119). Sum of RGB (Red+Green+Blue) = 173+150+119=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9677 is #526988. Grayscale: #999999. Windows color (decimal): -5400969 or 7837357. OLE color: 7837357.

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

Color convert

RGB 173 150 119 -
CMYK 0 0.13 0.31 0.32
HSL 34.44º 0.25% 0.57% -
HSV(B) 34.44º 0.31% 0.68% -
XYZ 31.47 32.03 21.98 -
YUV 153.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 173 150 119 0 0.13 0.31 0.32 34.44 0.25 0.57
Hex AD 96 77 0 D 1F 20 22 19 39
Octal 255 226 167 0 15 37 40 42 31 71
Binary 10101101 10010110 1110111 0 1101 11111 100000 100010 11001 111001

Color Harmonies of #AD9677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9677

Black with #AD9677

Text Example


Text Example

White with #AD9677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9677; }

 p { color: rgb(173,150,119); }

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

background-color css

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

 a { background-color: rgb(173,150,119); }

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

border-color css

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

 span { border-color: rgb(173,150,119); }

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