Html Css Color HEX #AF7C73 Brandy Rose

📋 copy color: '#AF7C73'

red 175 ◦ green 124 ◦ blue 115

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

Shades of Brandy Rose #AF7C73

Tints of Brandy Rose #AF7C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 42.27%
G = 29.95%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF7C73 (or 0xAF7C73) is known color: Brandy Rose. HEX triplet: AF, 7C and 73. RGB value is (175,124,115). Sum of RGB (Red+Green+Blue) = 175+124+115=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C73 is #50838C. Grayscale: #8A8A8A. Windows color (decimal): -5276557 or 7568559. OLE color: 7568559.

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

Color convert

RGB 175 124 115 -
CMYK 0 0.29 0.34 0.31
HSL 0.27% 0.57% -
HSV(B) 0.34% 0.69% -
XYZ 27.98 24.77 19.53 -
YUV 138.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 175 124 115 0 0.29 0.34 0.31 9 0.27 0.57
Hex AF 7C 73 0 1D 22 1F 9 1B 39
Octal 257 174 163 0 35 42 37 11 33 71
Binary 10101111 1111100 1110011 0 11101 100010 11111 1001 11011 111001

Color Harmonies of #AF7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C73

Black with #AF7C73

Text Example


Text Example

White with #AF7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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