Html Css Color HEX #AF7E78 Brandy Rose

📋 copy color: '#AF7E78'

red 175 ◦ green 126 ◦ blue 120

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

Shades of Brandy Rose #AF7E78

Tints of Brandy Rose #AF7E78

RGB

 RED value IS 175 (68.75% from 255) = 41.57%

 GREEN value IS 126 (49.61% from 255) = 29.93%

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 41.57%
G = 29.93%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF7E78 (or 0xAF7E78) is known color: Brandy Rose. HEX triplet: AF, 7E and 78. RGB value is (175,126,120). Sum of RGB (Red+Green+Blue) = 175+126+120=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E78 is #508187. Grayscale: #8C8C8C. Windows color (decimal): -5276040 or 7896751. OLE color: 7896751.

HSL color Cylindrical-coordinate representation of color #AF7E78: hue angle of 6.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7E78 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 120 -
CMYK 0 0.28 0.31 0.31
HSL 6.55º 0.26% 0.58% -
HSV(B) 6.55º 0.31% 0.69% -
XYZ 28.53 25.39 21.17 -
YUV 139.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 175 126 120 0 0.28 0.31 0.31 6.55 0.26 0.58
Hex AF 7E 78 0 1C 1F 1F 7 1A 3A
Octal 257 176 170 0 34 37 37 7 32 72
Binary 10101111 1111110 1111000 0 11100 11111 11111 111 11010 111010

Color Harmonies of #AF7E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E78

Black with #AF7E78

Text Example


Text Example

White with #AF7E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E78; }

 p { color: rgb(175,126,120); }

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

background-color css

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

 a { background-color: rgb(175,126,120); }

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

border-color css

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

 span { border-color: rgb(175,126,120); }

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