Html Css Color HEX #AF7A78 Brandy Rose

📋 copy color: '#AF7A78'

red 175 ◦ green 122 ◦ blue 120

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

Shades of Brandy Rose #AF7A78

Tints of Brandy Rose #AF7A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.26%

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

R = 41.97%
G = 29.26%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF7A78 (or 0xAF7A78) is known color: Brandy Rose. HEX triplet: AF, 7A and 78. RGB value is (175,122,120). Sum of RGB (Red+Green+Blue) = 175+122+120=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A78 is #508587. Grayscale: #898989. Windows color (decimal): -5277064 or 7895727. OLE color: 7895727.

HSL color Cylindrical-coordinate representation of color #AF7A78: hue angle of 2.18º 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 #AF7A78 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 122 120 -
CMYK 0 0.30 0.31 0.31
HSL 2.18º 0.26% 0.58% -
HSV(B) 2.18º 0.31% 0.69% -
XYZ 28.03 24.39 21 -
YUV 137.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 175 122 120 0 0.30 0.31 0.31 2.18 0.26 0.58
Hex AF 7A 78 0 1E 1F 1F 2 1A 3A
Octal 257 172 170 0 36 37 37 2 32 72
Binary 10101111 1111010 1111000 0 11110 11111 11111 10 11010 111010

Color Harmonies of #AF7A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A78

Black with #AF7A78

Text Example


Text Example

White with #AF7A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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