#AF836F

Color #AF836F Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #AF836F

Tints of Brandy Rose #AF836F

Color information

#AF836F (or 0xAF836F) is unknown color: approx Brandy Rose. HEX triplet: AF, 83 and 6F. RGB value is (175,131,111). Sum of RGB (Red+Green+Blue) = 175+131+111=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF836F is #507C90. Grayscale: #8E8E8E. Windows color (decimal): -5274769 or 7308207. OLE color: 7308207.

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

Color convert

RGB175131111-
CMYK00.250.370.31
HSL18.75º28.57%56.08%-
HSV(B)18.75º36.57%68.63%-
XYZ28.6626.4918.64-
YUV141.88110.58151.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=41.97%
G=31.41%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513111100.250.370.3118.7528.5756.08
HexAF836F019251F131d38
Octal2572031570314537233570
Binary10101111100000111101111011001100101111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF836F; }

 p { color: rgb(175,131,111); }

 H1.HeaderClassName
 {
   color: #AF836F;
 }
 .AnyTagClassName
 {
   color: #AF836F;
 }
</style>
background-color css

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

 a { background-color: rgb(175,131,111); }

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

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

 span { border-color: rgb(175,131,111); }

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