Html Css Color HEX #AD837F Brandy Rose

📋 copy color: '#AD837F'

red 173 ◦ green 131 ◦ blue 127

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

Shades of Brandy Rose #AD837F

Tints of Brandy Rose #AD837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 40.14%
G = 30.39%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD837F (or 0xAD837F) is known color: Brandy Rose. HEX triplet: AD, 83 and 7F. RGB value is (173,131,127). Sum of RGB (Red+Green+Blue) = 173+131+127=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD837F is #527C80. Grayscale: #8F8F8F. Windows color (decimal): -5405825 or 8356781. OLE color: 8356781.

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

Color convert

RGB 173 131 127 -
CMYK 0 0.24 0.27 0.32
HSL 5.22º 0.22% 0.59% -
HSV(B) 5.22º 0.27% 0.68% -
XYZ 29.18 26.65 23.68 -
YUV 143.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 173 131 127 0 0.24 0.27 0.32 5.22 0.22 0.59
Hex AD 83 7F 0 18 1B 20 5 16 3B
Octal 255 203 177 0 30 33 40 5 26 73
Binary 10101101 10000011 1111111 0 11000 11011 100000 101 10110 111011

Color Harmonies of #AD837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD837F

Black with #AD837F

Text Example


Text Example

White with #AD837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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