Html Css Color HEX #AD7B74 Brandy Rose

📋 copy color: '#AD7B74'

red 173 ◦ green 123 ◦ blue 116

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

Shades of Brandy Rose #AD7B74

Tints of Brandy Rose #AD7B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 41.99%
G = 29.85%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD7B74 (or 0xAD7B74) is known color: Brandy Rose. HEX triplet: AD, 7B and 74. RGB value is (173,123,116). Sum of RGB (Red+Green+Blue) = 173+123+116=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B74 is #52848B. Grayscale: #898989. Windows color (decimal): -5407884 or 7633837. OLE color: 7633837.

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

Color convert

RGB 173 123 116 -
CMYK 0 0.29 0.33 0.32
HSL 7.37º 0.26% 0.57% -
HSV(B) 7.37º 0.33% 0.68% -
XYZ 27.47 24.31 19.77 -
YUV 137.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 173 123 116 0 0.29 0.33 0.32 7.37 0.26 0.57
Hex AD 7B 74 0 1D 21 20 7 1A 39
Octal 255 173 164 0 35 41 40 7 32 71
Binary 10101101 1111011 1110100 0 11101 100001 100000 111 11010 111001

Color Harmonies of #AD7B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B74

Black with #AD7B74

Text Example


Text Example

White with #AD7B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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