Html Css Color HEX #AF7A72 Brandy Rose

📋 copy color: '#AF7A72'

red 175 ◦ green 122 ◦ blue 114

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

Shades of Brandy Rose #AF7A72

Tints of Brandy Rose #AF7A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.68%

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 42.58%
G = 29.68%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7A72 (or 0xAF7A72) is known color: Brandy Rose. HEX triplet: AF, 7A and 72. RGB value is (175,122,114). Sum of RGB (Red+Green+Blue) = 175+122+114=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A72 is #50858D. Grayscale: #898989. Windows color (decimal): -5277070 or 7502511. OLE color: 7502511.

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

Color convert

RGB 175 122 114 -
CMYK 0 0.30 0.35 0.31
HSL 7.87º 0.28% 0.57% -
HSV(B) 7.87º 0.35% 0.69% -
XYZ 27.68 24.25 19.14 -
YUV 136.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 175 122 114 0 0.30 0.35 0.31 7.87 0.28 0.57
Hex AF 7A 72 0 1E 23 1F 8 1C 39
Octal 257 172 162 0 36 43 37 10 34 71
Binary 10101111 1111010 1110010 0 11110 100011 11111 1000 11100 111001

Color Harmonies of #AF7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A72

Black with #AF7A72

Text Example


Text Example

White with #AF7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A72; }

 p { color: rgb(175,122,114); }

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

background-color css

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

 a { background-color: rgb(175,122,114); }

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

border-color css

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

 span { border-color: rgb(175,122,114); }

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