Html Css Color HEX #AF7F7F Brandy Rose

📋 copy color: '#AF7F7F'

red 175 ◦ green 127 ◦ blue 127

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

Shades of Brandy Rose #AF7F7F

Tints of Brandy Rose #AF7F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.6%

R = 40.79%
G = 29.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF7F7F (or 0xAF7F7F) is known color: Brandy Rose. HEX triplet: AF, 7F and 7F. RGB value is (175,127,127). Sum of RGB (Red+Green+Blue) = 175+127+127=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F7F is #508080. Grayscale: #8D8D8D. Windows color (decimal): -5275777 or 8355759. OLE color: 8355759.

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

Color convert

RGB 175 127 127 -
CMYK 0 0.27 0.27 0.31
HSL 0.23% 0.59% -
HSV(B) 0.27% 0.69% -
XYZ 29.1 25.83 23.53 -
YUV 141.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 175 127 127 0 0.27 0.27 0.31 0 0.23 0.59
Hex AF 7F 7F 0 1B 1B 1F 0 17 3B
Octal 257 177 177 0 33 33 37 0 27 73
Binary 10101111 1111111 1111111 0 11011 11011 11111 0 10111 111011

Color Harmonies of #AF7F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F7F

Black with #AF7F7F

Text Example


Text Example

White with #AF7F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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