Html Css Color HEX #AD827D Brandy Rose

📋 copy color: '#AD827D'

red 173 ◦ green 130 ◦ blue 125

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

Shades of Brandy Rose #AD827D

Tints of Brandy Rose #AD827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 40.42%
G = 30.37%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD827D (or 0xAD827D) is known color: Brandy Rose. HEX triplet: AD, 82 and 7D. RGB value is (173,130,125). Sum of RGB (Red+Green+Blue) = 173+130+125=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD827D is #527D82. Grayscale: #8E8E8E. Windows color (decimal): -5406083 or 8225453. OLE color: 8225453.

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

Color convert

RGB 173 130 125 -
CMYK 0 0.25 0.28 0.32
HSL 6.25º 0.23% 0.58% -
HSV(B) 6.25º 0.28% 0.68% -
XYZ 28.92 26.33 22.96 -
YUV 142.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 173 130 125 0 0.25 0.28 0.32 6.25 0.23 0.58
Hex AD 82 7D 0 19 1C 20 6 17 3A
Octal 255 202 175 0 31 34 40 6 27 72
Binary 10101101 10000010 1111101 0 11001 11100 100000 110 10111 111010

Color Harmonies of #AD827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD827D

Black with #AD827D

Text Example


Text Example

White with #AD827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD827D; }

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

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

background-color css

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

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

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

border-color css

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

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

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