Html Css Color HEX #AD8075 Brandy Rose

📋 copy color: '#AD8075'

red 173 ◦ green 128 ◦ blue 117

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

Shades of Brandy Rose #AD8075

Tints of Brandy Rose #AD8075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 41.39%
G = 30.62%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8075 (or 0xAD8075) is known color: Brandy Rose. HEX triplet: AD, 80 and 75. RGB value is (173,128,117). Sum of RGB (Red+Green+Blue) = 173+128+117=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8075 is #527F8A. Grayscale: #8C8C8C. Windows color (decimal): -5406603 or 7700653. OLE color: 7700653.

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

Color convert

RGB 173 128 117 -
CMYK 0 0.26 0.32 0.32
HSL 11.79º 0.25% 0.57% -
HSV(B) 11.79º 0.32% 0.68% -
XYZ 28.16 25.61 20.29 -
YUV 140.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 173 128 117 0 0.26 0.32 0.32 11.79 0.25 0.57
Hex AD 80 75 0 1A 20 20 C 19 39
Octal 255 200 165 0 32 40 40 14 31 71
Binary 10101101 10000000 1110101 0 11010 100000 100000 1100 11001 111001

Color Harmonies of #AD8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8075

Black with #AD8075

Text Example


Text Example

White with #AD8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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