Html Css Color HEX #AF7F70 Brandy Rose

📋 copy color: '#AF7F70'

red 175 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #AF7F70

Tints of Brandy Rose #AF7F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 42.27%
G = 30.68%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF7F70 (or 0xAF7F70) is known color: Brandy Rose. HEX triplet: AF, 7F and 70. RGB value is (175,127,112). Sum of RGB (Red+Green+Blue) = 175+127+112=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F70 is #50808F. Grayscale: #8B8B8B. Windows color (decimal): -5275792 or 7372719. OLE color: 7372719.

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

Color convert

RGB 175 127 112 -
CMYK 0 0.27 0.36 0.31
HSL 14.29º 0.28% 0.56% -
HSV(B) 14.29º 0.36% 0.69% -
XYZ 28.19 25.46 18.76 -
YUV 139.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 175 127 112 0 0.27 0.36 0.31 14.29 0.28 0.56
Hex AF 7F 70 0 1B 24 1F E 1C 38
Octal 257 177 160 0 33 44 37 16 34 70
Binary 10101111 1111111 1110000 0 11011 100100 11111 1110 11100 111000

Color Harmonies of #AF7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F70

Black with #AF7F70

Text Example


Text Example

White with #AF7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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