Html Css Color HEX #AF7F7A Brandy Rose

📋 copy color: '#AF7F7A'

red 175 ◦ green 127 ◦ blue 122

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

Shades of Brandy Rose #AF7F7A

Tints of Brandy Rose #AF7F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

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

R = 41.27%
G = 29.95%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF7F7A (or 0xAF7F7A) is known color: Brandy Rose. HEX triplet: AF, 7F and 7A. RGB value is (175,127,122). Sum of RGB (Red+Green+Blue) = 175+127+122=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F7A is #508085. Grayscale: #8C8C8C. Windows color (decimal): -5275782 or 8028079. OLE color: 8028079.

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

Color convert

RGB 175 127 122 -
CMYK 0 0.27 0.30 0.31
HSL 5.66º 0.25% 0.58% -
HSV(B) 5.66º 0.3% 0.69% -
XYZ 28.78 25.7 21.86 -
YUV 140.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 175 127 122 0 0.27 0.30 0.31 5.66 0.25 0.58
Hex AF 7F 7A 0 1B 1E 1F 6 19 3A
Octal 257 177 172 0 33 36 37 6 31 72
Binary 10101111 1111111 1111010 0 11011 11110 11111 110 11001 111010

Color Harmonies of #AF7F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F7A

Black with #AF7F7A

Text Example


Text Example

White with #AF7F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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