Html Css Color HEX #AD9678 Bronco

📋 copy color: '#AD9678'

red 173 ◦ green 150 ◦ blue 120

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

Shades of Bronco #AD9678

Tints of Bronco #AD9678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.09%

R = 39.05%
G = 33.86%
B = 27.09%

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

#AD9678 (or 0xAD9678) is known color: Bronco. HEX triplet: AD, 96 and 78. RGB value is (173,150,120). Sum of RGB (Red+Green+Blue) = 173+150+120=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9678 is #526987. Grayscale: #999999. Windows color (decimal): -5400968 or 7902893. OLE color: 7902893.

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

Color convert

RGB 173 150 120 -
CMYK 0 0.13 0.31 0.32
HSL 33.96º 0.24% 0.57% -
HSV(B) 33.96º 0.31% 0.68% -
XYZ 31.53 32.05 22.29 -
YUV 153.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 173 150 120 0 0.13 0.31 0.32 33.96 0.24 0.57
Hex AD 96 78 0 D 1F 20 22 18 39
Octal 255 226 170 0 15 37 40 42 30 71
Binary 10101101 10010110 1111000 0 1101 11111 100000 100010 11000 111001

Color Harmonies of #AD9678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9678

Black with #AD9678

Text Example


Text Example

White with #AD9678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9678; }

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

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

background-color css

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

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

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

border-color css

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

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

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