Html Css Color HEX #AD9775 Bronco

📋 copy color: '#AD9775'

red 173 ◦ green 151 ◦ blue 117

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

Shades of Bronco #AD9775

Tints of Bronco #AD9775

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

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

R = 39.23%
G = 34.24%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9775 (or 0xAD9775) is known color: Bronco. HEX triplet: AD, 97 and 75. RGB value is (173,151,117). Sum of RGB (Red+Green+Blue) = 173+151+117=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9775 is #52688A. Grayscale: #999999. Windows color (decimal): -5400715 or 7706541. OLE color: 7706541.

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

Color convert

RGB 173 151 117 -
CMYK 0 0.13 0.32 0.32
HSL 36.43º 0.25% 0.57% -
HSV(B) 36.43º 0.32% 0.68% -
XYZ 31.51 32.3 21.4 -
YUV 153.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 173 151 117 0 0.13 0.32 0.32 36.43 0.25 0.57
Hex AD 97 75 0 D 20 20 24 19 39
Octal 255 227 165 0 15 40 40 44 31 71
Binary 10101101 10010111 1110101 0 1101 100000 100000 100100 11001 111001

Color Harmonies of #AD9775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9775

Black with #AD9775

Text Example


Text Example

White with #AD9775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9775; }

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

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

background-color css

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

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

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

border-color css

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

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

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