Html Css Color HEX #AD8275 Brandy Rose

📋 copy color: '#AD8275'

red 173 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #AD8275

Tints of Brandy Rose #AD8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 41.19%
G = 30.95%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8275 (or 0xAD8275) is known color: Brandy Rose. HEX triplet: AD, 82 and 75. RGB value is (173,130,117). Sum of RGB (Red+Green+Blue) = 173+130+117=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8275 is #527D8A. Grayscale: #8D8D8D. Windows color (decimal): -5406091 or 7701165. OLE color: 7701165.

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

Color convert

RGB 173 130 117 -
CMYK 0 0.25 0.32 0.32
HSL 13.93º 0.25% 0.57% -
HSV(B) 13.93º 0.32% 0.68% -
XYZ 28.43 26.13 20.38 -
YUV 141.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 173 130 117 0 0.25 0.32 0.32 13.93 0.25 0.57
Hex AD 82 75 0 19 20 20 E 19 39
Octal 255 202 165 0 31 40 40 16 31 71
Binary 10101101 10000010 1110101 0 11001 100000 100000 1110 11001 111001

Color Harmonies of #AD8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8275

Black with #AD8275

Text Example


Text Example

White with #AD8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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