Html Css Color HEX #AF8685 Rosy Brown

📋 copy color: '#AF8685'

red 175 ◦ green 134 ◦ blue 133

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

Shades of Rosy Brown #AF8685

Tints of Rosy Brown #AF8685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.32%

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 39.59%
G = 30.32%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF8685 (or 0xAF8685) is known color: Rosy Brown. HEX triplet: AF, 86 and 85. RGB value is (175,134,133). Sum of RGB (Red+Green+Blue) = 175+134+133=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8685 is #50797A. Grayscale: #929292. Windows color (decimal): -5273979 or 8750767. OLE color: 8750767.

HSL color Cylindrical-coordinate representation of color #AF8685: hue angle of 1.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8685 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 133 -
CMYK 0 0.23 0.24 0.31
HSL 1.43º 0.21% 0.6% -
HSV(B) 1.43º 0.24% 0.69% -
XYZ 30.44 27.86 25.96 -
YUV 146.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 175 134 133 0 0.23 0.24 0.31 1.43 0.21 0.6
Hex AF 86 85 0 17 18 1F 1 15 3C
Octal 257 206 205 0 27 30 37 1 25 74
Binary 10101111 10000110 10000101 0 10111 11000 11111 1 10101 111100

Color Harmonies of #AF8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8685

Black with #AF8685

Text Example


Text Example

White with #AF8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8685; }

 p { color: rgb(175,134,133); }

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

background-color css

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

 a { background-color: rgb(175,134,133); }

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

border-color css

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

 span { border-color: rgb(175,134,133); }

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