#AF993A

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

Shades of Roti #AF993A

Tints of Roti #AF993A

Color information

#AF993A (or 0xAF993A) is unknown color: approx Roti. HEX triplet: AF, 99 and 3A. RGB value is (175,153,58). Sum of RGB (Red+Green+Blue) = 175+153+58=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993A is #5066C5. Grayscale: #959595. Windows color (decimal): -5269190 or 3840431. OLE color: 3840431.

HSL color Cylindrical-coordinate representation of color #AF993A: hue angle of 48.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF993A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17515358-
CMYK00.130.670.31
HSL48.72º50.21%45.69%-
HSV(B)48.72º66.86%68.63%-
XYZ29.8332.28.65-
YUV148.7576.79146.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 58 (23.05% from 255) = 15.03%
R=45.34%
G=39.64%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751535800.130.670.3148.7250.2145.69
HexAF993A0D431F31322e
Octal2572317201510337616256
Binary101011111001100111101001101100001111111110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF993A; }

 p { color: rgb(175,153,58); }

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

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

 a { background-color: rgb(175,153,58); }

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

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

 span { border-color: rgb(175,153,58); }

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