Html Css Color HEX #AD997A Bronco

📋 copy color: '#AD997A'

red 173 ◦ green 153 ◦ blue 122

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

Shades of Bronco #AD997A

Tints of Bronco #AD997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 38.62%
G = 34.15%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD997A (or 0xAD997A) is known color: Bronco. HEX triplet: AD, 99 and 7A. RGB value is (173,153,122). Sum of RGB (Red+Green+Blue) = 173+153+122=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD997A is #526685. Grayscale: #9B9B9B. Windows color (decimal): -5400198 or 8034733. OLE color: 8034733.

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

Color convert

RGB 173 153 122 -
CMYK 0 0.12 0.29 0.32
HSL 36.47º 0.24% 0.58% -
HSV(B) 36.47º 0.29% 0.68% -
XYZ 32.14 33.07 23.1 -
YUV 155.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 173 153 122 0 0.12 0.29 0.32 36.47 0.24 0.58
Hex AD 99 7A 0 C 1D 20 24 18 3A
Octal 255 231 172 0 14 35 40 44 30 72
Binary 10101101 10011001 1111010 0 1100 11101 100000 100100 11000 111010

Color Harmonies of #AD997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD997A

Black with #AD997A

Text Example


Text Example

White with #AD997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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