Html Css Color HEX #AF7C75 Brandy Rose

📋 copy color: '#AF7C75'

red 175 ◦ green 124 ◦ blue 117

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

Shades of Brandy Rose #AF7C75

Tints of Brandy Rose #AF7C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 42.07%
G = 29.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7C75 (or 0xAF7C75) is known color: Brandy Rose. HEX triplet: AF, 7C and 75. RGB value is (175,124,117). Sum of RGB (Red+Green+Blue) = 175+124+117=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7C75 is #50838A. Grayscale: #8A8A8A. Windows color (decimal): -5276555 or 7699631. OLE color: 7699631.

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

Color convert

RGB 175 124 117 -
CMYK 0 0.29 0.33 0.31
HSL 7.24º 0.27% 0.57% -
HSV(B) 7.24º 0.33% 0.69% -
XYZ 28.1 24.81 20.14 -
YUV 138.45 115.9 154.07 -
System Red Green Blue C M Y K H S L
Decimal 175 124 117 0 0.29 0.33 0.31 7.24 0.27 0.57
Hex AF 7C 75 0 1D 21 1F 7 1B 39
Octal 257 174 165 0 35 41 37 7 33 71
Binary 10101111 1111100 1110101 0 11101 100001 11111 111 11011 111001

Color Harmonies of #AF7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C75

Black with #AF7C75

Text Example


Text Example

White with #AF7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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