Html Css Color HEX #AF993D Roti

📋 copy color: '#AF993D'

red 175 ◦ green 153 ◦ blue 61

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

Shades of Roti #AF993D

Tints of Roti #AF993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 44.99%
G = 39.33%
B = 15.68%

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

#AF993D (or 0xAF993D) is known color: Roti. HEX triplet: AF, 99 and 3D. RGB value is (175,153,61). Sum of RGB (Red+Green+Blue) = 175+153+61=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF993D is #5066C2. Grayscale: #959595. Windows color (decimal): -5269187 or 4037039. OLE color: 4037039.

HSL color Cylindrical-coordinate representation of color #AF993D: hue angle of 48.42º 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 #AF993D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 61 -
CMYK 0 0.13 0.65 0.31
HSL 48.42º 0.48% 0.46% -
HSV(B) 48.42º 0.65% 0.69% -
XYZ 29.91 32.23 9.06 -
YUV 149.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 175 153 61 0 0.13 0.65 0.31 48.42 0.48 0.46
Hex AF 99 3D 0 D 41 1F 30 30 2E
Octal 257 231 75 0 15 101 37 60 60 56
Binary 10101111 10011001 111101 0 1101 1000001 11111 110000 110000 101110

Color Harmonies of #AF993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF993D

Black with #AF993D

Text Example


Text Example

White with #AF993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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