Html Css Color HEX #AF7D7C Brandy Rose

📋 copy color: '#AF7D7C'

red 175 ◦ green 125 ◦ blue 124

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

Shades of Brandy Rose #AF7D7C

Tints of Brandy Rose #AF7D7C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

 BLUE value IS 124 (48.83% from 255) = 29.25%

R = 41.27%
G = 29.48%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF7D7C (or 0xAF7D7C) is known color: Brandy Rose. HEX triplet: AF, 7D and 7C. RGB value is (175,125,124). Sum of RGB (Red+Green+Blue) = 175+125+124=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D7C is #508283. Grayscale: #8B8B8B. Windows color (decimal): -5276292 or 8158639. OLE color: 8158639.

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

Color convert

RGB 175 125 124 -
CMYK 0 0.29 0.29 0.31
HSL 1.18º 0.24% 0.59% -
HSV(B) 1.18º 0.29% 0.69% -
XYZ 28.65 25.24 22.43 -
YUV 139.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 175 125 124 0 0.29 0.29 0.31 1.18 0.24 0.59
Hex AF 7D 7C 0 1D 1D 1F 1 18 3B
Octal 257 175 174 0 35 35 37 1 30 73
Binary 10101111 1111101 1111100 0 11101 11101 11111 1 11000 111011

Color Harmonies of #AF7D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D7C

Black with #AF7D7C

Text Example


Text Example

White with #AF7D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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