Html Css Color HEX #AF993E Roti

📋 copy color: '#AF993E'

red 175 ◦ green 153 ◦ blue 62

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

Shades of Roti #AF993E

Tints of Roti #AF993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 44.87%
G = 39.23%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF993E (or 0xAF993E) is known color: Roti. HEX triplet: AF, 99 and 3E. RGB value is (175,153,62). Sum of RGB (Red+Green+Blue) = 175+153+62=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993E is #5066C1. Grayscale: #959595. Windows color (decimal): -5269186 or 4102575. OLE color: 4102575.

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

Color convert

RGB 175 153 62 -
CMYK 0 0.13 0.65 0.31
HSL 48.32º 0.48% 0.46% -
HSV(B) 48.32º 0.65% 0.69% -
XYZ 29.94 32.24 9.2 -
YUV 149.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 175 153 62 0 0.13 0.65 0.31 48.32 0.48 0.46
Hex AF 99 3E 0 D 41 1F 30 30 2E
Octal 257 231 76 0 15 101 37 60 60 56
Binary 10101111 10011001 111110 0 1101 1000001 11111 110000 110000 101110

Color Harmonies of #AF993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF993E

Black with #AF993E

Text Example


Text Example

White with #AF993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF993E; }

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

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

background-color css

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

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

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

border-color css

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

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

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