Html Css Color HEX #AF847A Brandy Rose

📋 copy color: '#AF847A'

red 175 ◦ green 132 ◦ blue 122

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

Shades of Brandy Rose #AF847A

Tints of Brandy Rose #AF847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

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

R = 40.79%
G = 30.77%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF847A (or 0xAF847A) is known color: Brandy Rose. HEX triplet: AF, 84 and 7A. RGB value is (175,132,122). Sum of RGB (Red+Green+Blue) = 175+132+122=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847A is #507B85. Grayscale: #8F8F8F. Windows color (decimal): -5274502 or 8029359. OLE color: 8029359.

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

Color convert

RGB 175 132 122 -
CMYK 0 0.25 0.30 0.31
HSL 11.32º 0.25% 0.58% -
HSV(B) 11.32º 0.3% 0.69% -
XYZ 29.44 27.02 22.08 -
YUV 143.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 175 132 122 0 0.25 0.30 0.31 11.32 0.25 0.58
Hex AF 84 7A 0 19 1E 1F B 19 3A
Octal 257 204 172 0 31 36 37 13 31 72
Binary 10101111 10000100 1111010 0 11001 11110 11111 1011 11001 111010

Color Harmonies of #AF847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF847A

Black with #AF847A

Text Example


Text Example

White with #AF847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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