Html Css Color HEX #AF7F76 Brandy Rose

📋 copy color: '#AF7F76'

red 175 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #AF7F76

Tints of Brandy Rose #AF7F76

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

 BLUE value IS 118 (46.48% from 255) = 28.1%

R = 41.67%
G = 30.24%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7F76 (or 0xAF7F76) is known color: Brandy Rose. HEX triplet: AF, 7F and 76. RGB value is (175,127,118). Sum of RGB (Red+Green+Blue) = 175+127+118=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F76 is #508089. Grayscale: #8C8C8C. Windows color (decimal): -5275786 or 7765935. OLE color: 7765935.

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

Color convert

RGB 175 127 118 -
CMYK 0 0.27 0.33 0.31
HSL 9.47º 0.26% 0.57% -
HSV(B) 9.47º 0.33% 0.69% -
XYZ 28.54 25.6 20.58 -
YUV 140.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 175 127 118 0 0.27 0.33 0.31 9.47 0.26 0.57
Hex AF 7F 76 0 1B 21 1F 9 1A 39
Octal 257 177 166 0 33 41 37 11 32 71
Binary 10101111 1111111 1110110 0 11011 100001 11111 1001 11010 111001

Color Harmonies of #AF7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F76

Black with #AF7F76

Text Example


Text Example

White with #AF7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F76; }

 p { color: rgb(175,127,118); }

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

background-color css

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

 a { background-color: rgb(175,127,118); }

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

border-color css

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

 span { border-color: rgb(175,127,118); }

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