#AF993C

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

Shades of Roti #AF993C

Tints of Roti #AF993C

Color information

#AF993C (or 0xAF993C) is unknown color: approx Roti. HEX triplet: AF, 99 and 3C. RGB value is (175,153,60). Sum of RGB (Red+Green+Blue) = 175+153+60=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993C is #5066C3. Grayscale: #959595. Windows color (decimal): -5269188 or 3971503. OLE color: 3971503.

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

Color convert

RGB17515360-
CMYK00.130.660.31
HSL48.52º48.94%46.08%-
HSV(B)48.52º65.71%68.63%-
XYZ29.8932.228.92-
YUV148.9877.79146.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=45.10%
G=39.43%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751536000.130.660.3148.5248.9446.08
HexAF993C0D421F31312e
Octal2572317401510237616156
Binary101011111001100111110001101100001011111110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF993C; }

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

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

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

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

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

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

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

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