Html Css Color HEX #AD9A7E Bronco

📋 copy color: '#AD9A7E'

red 173 ◦ green 154 ◦ blue 126

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

Shades of Bronco #AD9A7E

Tints of Bronco #AD9A7E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34%

 BLUE value IS 126 (49.61% from 255) = 27.81%

R = 38.19%
G = 34%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD9A7E (or 0xAD9A7E) is known color: Bronco. HEX triplet: AD, 9A and 7E. RGB value is (173,154,126). Sum of RGB (Red+Green+Blue) = 173+154+126=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A7E is #526581. Grayscale: #9C9C9C. Windows color (decimal): -5399938 or 8297133. OLE color: 8297133.

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

Color convert

RGB 173 154 126 -
CMYK 0 0.11 0.27 0.32
HSL 35.74º 0.22% 0.59% -
HSV(B) 35.74º 0.27% 0.68% -
XYZ 32.56 33.5 24.49 -
YUV 156.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 173 154 126 0 0.11 0.27 0.32 35.74 0.22 0.59
Hex AD 9A 7E 0 B 1B 20 24 16 3B
Octal 255 232 176 0 13 33 40 44 26 73
Binary 10101101 10011010 1111110 0 1011 11011 100000 100100 10110 111011

Color Harmonies of #AD9A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A7E

Black with #AD9A7E

Text Example


Text Example

White with #AD9A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A7E; }

 p { color: rgb(173,154,126); }

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

background-color css

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

 a { background-color: rgb(173,154,126); }

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

border-color css

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

 span { border-color: rgb(173,154,126); }

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