Html Css Color HEX #AF7A76 Brandy Rose

📋 copy color: '#AF7A76'

red 175 ◦ green 122 ◦ blue 118

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

Shades of Brandy Rose #AF7A76

Tints of Brandy Rose #AF7A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.43%

R = 42.17%
G = 29.4%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7A76 (or 0xAF7A76) is known color: Brandy Rose. HEX triplet: AF, 7A and 76. RGB value is (175,122,118). Sum of RGB (Red+Green+Blue) = 175+122+118=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A76 is #508589. Grayscale: #898989. Windows color (decimal): -5277066 or 7764655. OLE color: 7764655.

HSL color Cylindrical-coordinate representation of color #AF7A76: hue angle of 4.21º degrees, saturation: 0.26, 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 #AF7A76 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 122 118 -
CMYK 0 0.30 0.33 0.31
HSL 4.21º 0.26% 0.57% -
HSV(B) 4.21º 0.33% 0.69% -
XYZ 27.91 24.34 20.37 -
YUV 137.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 175 122 118 0 0.30 0.33 0.31 4.21 0.26 0.57
Hex AF 7A 76 0 1E 21 1F 4 1A 39
Octal 257 172 166 0 36 41 37 4 32 71
Binary 10101111 1111010 1110110 0 11110 100001 11111 100 11010 111001

Color Harmonies of #AF7A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A76

Black with #AF7A76

Text Example


Text Example

White with #AF7A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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