Html Css Color HEX #AD827F Brandy Rose

📋 copy color: '#AD827F'

red 173 ◦ green 130 ◦ blue 127

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

Shades of Brandy Rose #AD827F

Tints of Brandy Rose #AD827F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 40.23%
G = 30.23%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD827F (or 0xAD827F) is known color: Brandy Rose. HEX triplet: AD, 82 and 7F. RGB value is (173,130,127). Sum of RGB (Red+Green+Blue) = 173+130+127=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD827F is #527D80. Grayscale: #8E8E8E. Windows color (decimal): -5406081 or 8356525. OLE color: 8356525.

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

Color convert

RGB 173 130 127 -
CMYK 0 0.25 0.27 0.32
HSL 3.91º 0.22% 0.59% -
HSV(B) 3.91º 0.27% 0.68% -
XYZ 29.05 26.38 23.64 -
YUV 142.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 173 130 127 0 0.25 0.27 0.32 3.91 0.22 0.59
Hex AD 82 7F 0 19 1B 20 4 16 3B
Octal 255 202 177 0 31 33 40 4 26 73
Binary 10101101 10000010 1111111 0 11001 11011 100000 100 10110 111011

Color Harmonies of #AD827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD827F

Black with #AD827F

Text Example


Text Example

White with #AD827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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