Html Css Color HEX #AF7C6C Brandy Rose

📋 copy color: '#AF7C6C'

red 175 ◦ green 124 ◦ blue 108

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

Shades of Brandy Rose #AF7C6C

Tints of Brandy Rose #AF7C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.54%

R = 43%
G = 30.47%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF7C6C (or 0xAF7C6C) is known color: Brandy Rose. HEX triplet: AF, 7C and 6C. RGB value is (175,124,108). Sum of RGB (Red+Green+Blue) = 175+124+108=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C6C is #508393. Grayscale: #898989. Windows color (decimal): -5276564 or 7109807. OLE color: 7109807.

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

Color convert

RGB 175 124 108 -
CMYK 0 0.29 0.38 0.31
HSL 14.33º 0.3% 0.55% -
HSV(B) 14.33º 0.38% 0.69% -
XYZ 27.59 24.61 17.48 -
YUV 137.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 175 124 108 0 0.29 0.38 0.31 14.33 0.3 0.55
Hex AF 7C 6C 0 1D 26 1F E 1E 37
Octal 257 174 154 0 35 46 37 16 36 67
Binary 10101111 1111100 1101100 0 11101 100110 11111 1110 11110 110111

Color Harmonies of #AF7C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C6C

Black with #AF7C6C

Text Example


Text Example

White with #AF7C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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