Html Css Color HEX #AF7E7A Brandy Rose

📋 copy color: '#AF7E7A'

red 175 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #AF7E7A

Tints of Brandy Rose #AF7E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 41.37%
G = 29.79%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF7E7A (or 0xAF7E7A) is known color: Brandy Rose. HEX triplet: AF, 7E and 7A. RGB value is (175,126,122). Sum of RGB (Red+Green+Blue) = 175+126+122=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E7A is #508185. Grayscale: #8C8C8C. Windows color (decimal): -5276038 or 8027823. OLE color: 8027823.

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

Color convert

RGB 175 126 122 -
CMYK 0 0.28 0.30 0.31
HSL 4.53º 0.25% 0.58% -
HSV(B) 4.53º 0.3% 0.69% -
XYZ 28.65 25.44 21.81 -
YUV 140.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 175 126 122 0 0.28 0.30 0.31 4.53 0.25 0.58
Hex AF 7E 7A 0 1C 1E 1F 5 19 3A
Octal 257 176 172 0 34 36 37 5 31 72
Binary 10101111 1111110 1111010 0 11100 11110 11111 101 11001 111010

Color Harmonies of #AF7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E7A

Black with #AF7E7A

Text Example


Text Example

White with #AF7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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