Html Css Color HEX #AD8277 Brandy Rose

📋 copy color: '#AD8277'

red 173 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #AD8277

Tints of Brandy Rose #AD8277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 41%
G = 30.81%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8277 (or 0xAD8277) is known color: Brandy Rose. HEX triplet: AD, 82 and 77. RGB value is (173,130,119). Sum of RGB (Red+Green+Blue) = 173+130+119=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8277 is #527D88. Grayscale: #8D8D8D. Windows color (decimal): -5406089 or 7832237. OLE color: 7832237.

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

Color convert

RGB 173 130 119 -
CMYK 0 0.25 0.31 0.32
HSL 12.22º 0.25% 0.57% -
HSV(B) 12.22º 0.31% 0.68% -
XYZ 28.55 26.18 21 -
YUV 141.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 173 130 119 0 0.25 0.31 0.32 12.22 0.25 0.57
Hex AD 82 77 0 19 1F 20 C 19 39
Octal 255 202 167 0 31 37 40 14 31 71
Binary 10101101 10000010 1110111 0 11001 11111 100000 1100 11001 111001

Color Harmonies of #AD8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8277

Black with #AD8277

Text Example


Text Example

White with #AD8277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8277; }

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

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

background-color css

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

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

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

border-color css

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

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

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