Html Css Color HEX #AF7C72 Brandy Rose

📋 copy color: '#AF7C72'

red 175 ◦ green 124 ◦ blue 114

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

Shades of Brandy Rose #AF7C72

Tints of Brandy Rose #AF7C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 42.37%
G = 30.02%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7C72 (or 0xAF7C72) is known color: Brandy Rose. HEX triplet: AF, 7C and 72. RGB value is (175,124,114). Sum of RGB (Red+Green+Blue) = 175+124+114=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C72 is #50838D. Grayscale: #8A8A8A. Windows color (decimal): -5276558 or 7503023. OLE color: 7503023.

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

Color convert

RGB 175 124 114 -
CMYK 0 0.29 0.35 0.31
HSL 9.84º 0.28% 0.57% -
HSV(B) 9.84º 0.35% 0.69% -
XYZ 27.92 24.74 19.22 -
YUV 138.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 175 124 114 0 0.29 0.35 0.31 9.84 0.28 0.57
Hex AF 7C 72 0 1D 23 1F A 1C 39
Octal 257 174 162 0 35 43 37 12 34 71
Binary 10101111 1111100 1110010 0 11101 100011 11111 1010 11100 111001

Color Harmonies of #AF7C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C72

Black with #AF7C72

Text Example


Text Example

White with #AF7C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C72; }

 p { color: rgb(175,124,114); }

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

background-color css

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

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

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

border-color css

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

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

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