Html Css Color HEX #AD9A81 Bronco

📋 copy color: '#AD9A81'

red 173 ◦ green 154 ◦ blue 129

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

Shades of Bronco #AD9A81

Tints of Bronco #AD9A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.29%

R = 37.94%
G = 33.77%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD9A81 (or 0xAD9A81) is known color: Bronco. HEX triplet: AD, 9A and 81. RGB value is (173,154,129). Sum of RGB (Red+Green+Blue) = 173+154+129=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9A81 is #52657E. Grayscale: #9C9C9C. Windows color (decimal): -5399935 or 8493741. OLE color: 8493741.

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

Color convert

RGB 173 154 129 -
CMYK 0 0.11 0.25 0.32
HSL 34.09º 0.21% 0.59% -
HSV(B) 34.09º 0.25% 0.68% -
XYZ 32.75 33.58 25.52 -
YUV 156.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 173 154 129 0 0.11 0.25 0.32 34.09 0.21 0.59
Hex AD 9A 81 0 B 19 20 22 15 3B
Octal 255 232 201 0 13 31 40 42 25 73
Binary 10101101 10011010 10000001 0 1011 11001 100000 100010 10101 111011

Color Harmonies of #AD9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A81

Black with #AD9A81

Text Example


Text Example

White with #AD9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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