Html Css Color HEX #AF807A Brandy Rose

📋 copy color: '#AF807A'

red 175 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #AF807A

Tints of Brandy Rose #AF807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 41.18%
G = 30.12%
B = 28.71%

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

#AF807A (or 0xAF807A) is known color: Brandy Rose. HEX triplet: AF, 80 and 7A. RGB value is (175,128,122). Sum of RGB (Red+Green+Blue) = 175+128+122=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF807A is #507F85. Grayscale: #8D8D8D. Windows color (decimal): -5275526 or 8028335. OLE color: 8028335.

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

Color convert

RGB 175 128 122 -
CMYK 0 0.27 0.30 0.31
HSL 6.79º 0.25% 0.58% -
HSV(B) 6.79º 0.3% 0.69% -
XYZ 28.91 25.96 21.9 -
YUV 141.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 175 128 122 0 0.27 0.30 0.31 6.79 0.25 0.58
Hex AF 80 7A 0 1B 1E 1F 7 19 3A
Octal 257 200 172 0 33 36 37 7 31 72
Binary 10101111 10000000 1111010 0 11011 11110 11111 111 11001 111010

Color Harmonies of #AF807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF807A

Black with #AF807A

Text Example


Text Example

White with #AF807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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