Html Css Color HEX #AD827B Brandy Rose

📋 copy color: '#AD827B'

red 173 ◦ green 130 ◦ blue 123

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

Shades of Brandy Rose #AD827B

Tints of Brandy Rose #AD827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 40.61%
G = 30.52%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD827B (or 0xAD827B) is known color: Brandy Rose. HEX triplet: AD, 82 and 7B. RGB value is (173,130,123). Sum of RGB (Red+Green+Blue) = 173+130+123=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD827B is #527D84. Grayscale: #8E8E8E. Windows color (decimal): -5406085 or 8094381. OLE color: 8094381.

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

Color convert

RGB 173 130 123 -
CMYK 0 0.25 0.29 0.32
HSL 8.4º 0.23% 0.58% -
HSV(B) 8.4º 0.29% 0.68% -
XYZ 28.79 26.28 22.29 -
YUV 142.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 173 130 123 0 0.25 0.29 0.32 8.4 0.23 0.58
Hex AD 82 7B 0 19 1D 20 8 17 3A
Octal 255 202 173 0 31 35 40 10 27 72
Binary 10101101 10000010 1111011 0 11001 11101 100000 1000 10111 111010

Color Harmonies of #AD827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD827B

Black with #AD827B

Text Example


Text Example

White with #AD827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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