Html Css Color HEX #AD8074 Brandy Rose

📋 copy color: '#AD8074'

red 173 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #AD8074

Tints of Brandy Rose #AD8074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 41.49%
G = 30.7%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD8074 (or 0xAD8074) is known color: Brandy Rose. HEX triplet: AD, 80 and 74. RGB value is (173,128,116). Sum of RGB (Red+Green+Blue) = 173+128+116=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8074 is #527F8B. Grayscale: #8C8C8C. Windows color (decimal): -5406604 or 7635117. OLE color: 7635117.

HSL color Cylindrical-coordinate representation of color #AD8074: hue angle of 12.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8074 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 116 -
CMYK 0 0.26 0.33 0.32
HSL 12.63º 0.26% 0.57% -
HSV(B) 12.63º 0.33% 0.68% -
XYZ 28.11 25.58 19.98 -
YUV 140.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 173 128 116 0 0.26 0.33 0.32 12.63 0.26 0.57
Hex AD 80 74 0 1A 21 20 D 1A 39
Octal 255 200 164 0 32 41 40 15 32 71
Binary 10101101 10000000 1110100 0 11010 100001 100000 1101 11010 111001

Color Harmonies of #AD8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8074

Black with #AD8074

Text Example


Text Example

White with #AD8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8074; }

 p { color: rgb(173,128,116); }

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

background-color css

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

 a { background-color: rgb(173,128,116); }

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

border-color css

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

 span { border-color: rgb(173,128,116); }

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