Html Css Color HEX #AF8071 Brandy Rose

📋 copy color: '#AF8071'

red 175 ◦ green 128 ◦ blue 113

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

Shades of Brandy Rose #AF8071

Tints of Brandy Rose #AF8071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 42.07%
G = 30.77%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF8071 (or 0xAF8071) is known color: Brandy Rose. HEX triplet: AF, 80 and 71. RGB value is (175,128,113). Sum of RGB (Red+Green+Blue) = 175+128+113=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8071 is #507F8E. Grayscale: #8C8C8C. Windows color (decimal): -5275535 or 7438511. OLE color: 7438511.

HSL color Cylindrical-coordinate representation of color #AF8071: hue angle of 14.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8071 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 113 -
CMYK 0 0.27 0.35 0.31
HSL 14.52º 0.28% 0.56% -
HSV(B) 14.52º 0.35% 0.69% -
XYZ 28.38 25.74 19.1 -
YUV 140.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 175 128 113 0 0.27 0.35 0.31 14.52 0.28 0.56
Hex AF 80 71 0 1B 23 1F F 1C 38
Octal 257 200 161 0 33 43 37 17 34 70
Binary 10101111 10000000 1110001 0 11011 100011 11111 1111 11100 111000

Color Harmonies of #AF8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8071

Black with #AF8071

Text Example


Text Example

White with #AF8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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