Html Css Color HEX #AD8A7D Brandy Rose

📋 copy color: '#AD8A7D'

red 173 ◦ green 138 ◦ blue 125

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

Shades of Brandy Rose #AD8A7D

Tints of Brandy Rose #AD8A7D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 39.68%
G = 31.65%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD8A7D (or 0xAD8A7D) is known color: Brandy Rose. HEX triplet: AD, 8A and 7D. RGB value is (173,138,125). Sum of RGB (Red+Green+Blue) = 173+138+125=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A7D is #527582. Grayscale: #939393. Windows color (decimal): -5404035 or 8227501. OLE color: 8227501.

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

Color convert

RGB 173 138 125 -
CMYK 0 0.20 0.28 0.32
HSL 16.25º 0.23% 0.58% -
HSV(B) 16.25º 0.28% 0.68% -
XYZ 30.02 28.54 23.33 -
YUV 146.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 173 138 125 0 0.20 0.28 0.32 16.25 0.23 0.58
Hex AD 8A 7D 0 14 1C 20 10 17 3A
Octal 255 212 175 0 24 34 40 20 27 72
Binary 10101101 10001010 1111101 0 10100 11100 100000 10000 10111 111010

Color Harmonies of #AD8A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A7D

Black with #AD8A7D

Text Example


Text Example

White with #AD8A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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