Html Css Color HEX #AF7D74 Brandy Rose

📋 copy color: '#AF7D74'

red 175 ◦ green 125 ◦ blue 116

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

Shades of Brandy Rose #AF7D74

Tints of Brandy Rose #AF7D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.88%

R = 42.07%
G = 30.05%
B = 27.88%

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

#AF7D74 (or 0xAF7D74) is known color: Brandy Rose. HEX triplet: AF, 7D and 74. RGB value is (175,125,116). Sum of RGB (Red+Green+Blue) = 175+125+116=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D74 is #50828B. Grayscale: #8B8B8B. Windows color (decimal): -5276300 or 7634351. OLE color: 7634351.

HSL color Cylindrical-coordinate representation of color #AF7D74: hue angle of 9.15º 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 #AF7D74 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 125 116 -
CMYK 0 0.29 0.34 0.31
HSL 9.15º 0.27% 0.57% -
HSV(B) 9.15º 0.34% 0.69% -
XYZ 28.17 25.04 19.87 -
YUV 138.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 175 125 116 0 0.29 0.34 0.31 9.15 0.27 0.57
Hex AF 7D 74 0 1D 22 1F 9 1B 39
Octal 257 175 164 0 35 42 37 11 33 71
Binary 10101111 1111101 1110100 0 11101 100010 11111 1001 11011 111001

Color Harmonies of #AF7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D74

Black with #AF7D74

Text Example


Text Example

White with #AF7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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