Html Css Color HEX #AD8582 Brandy Rose

📋 copy color: '#AD8582'

red 173 ◦ green 133 ◦ blue 130

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

Shades of Brandy Rose #AD8582

Tints of Brandy Rose #AD8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 130 (51.17% from 255) = 29.82%

R = 39.68%
G = 30.5%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD8582 (or 0xAD8582) is known color: Brandy Rose. HEX triplet: AD, 85 and 82. RGB value is (173,133,130). Sum of RGB (Red+Green+Blue) = 173+133+130=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8582 is #527A7D. Grayscale: #909090. Windows color (decimal): -5405310 or 8553901. OLE color: 8553901.

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

Color convert

RGB 173 133 130 -
CMYK 0 0.23 0.25 0.32
HSL 4.19º 0.21% 0.59% -
HSV(B) 4.19º 0.25% 0.68% -
XYZ 29.65 27.27 24.82 -
YUV 144.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 173 133 130 0 0.23 0.25 0.32 4.19 0.21 0.59
Hex AD 85 82 0 17 19 20 4 15 3B
Octal 255 205 202 0 27 31 40 4 25 73
Binary 10101101 10000101 10000010 0 10111 11001 100000 100 10101 111011

Color Harmonies of #AD8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8582

Black with #AD8582

Text Example


Text Example

White with #AD8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8582; }

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

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

background-color css

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

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

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

border-color css

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

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

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