Html Css Color HEX #AF983F Roti

📋 copy color: '#AF983F'

red 175 ◦ green 152 ◦ blue 63

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

Shades of Roti #AF983F

Tints of Roti #AF983F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 63 (25% from 255) = 16.15%

R = 44.87%
G = 38.97%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF983F (or 0xAF983F) is known color: Roti. HEX triplet: AF, 98 and 3F. RGB value is (175,152,63). Sum of RGB (Red+Green+Blue) = 175+152+63=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF983F is #5067C0. Grayscale: #959595. Windows color (decimal): -5269441 or 4167855. OLE color: 4167855.

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

Color convert

RGB 175 152 63 -
CMYK 0 0.13 0.64 0.31
HSL 47.68º 0.47% 0.47% -
HSV(B) 47.68º 0.64% 0.69% -
XYZ 29.8 31.93 9.29 -
YUV 148.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 175 152 63 0 0.13 0.64 0.31 47.68 0.47 0.47
Hex AF 98 3F 0 D 40 1F 30 2F 2F
Octal 257 230 77 0 15 100 37 60 57 57
Binary 10101111 10011000 111111 0 1101 1000000 11111 110000 101111 101111

Color Harmonies of #AF983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF983F

Black with #AF983F

Text Example


Text Example

White with #AF983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF983F; }

 p { color: rgb(175,152,63); }

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

background-color css

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

 a { background-color: rgb(175,152,63); }

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

border-color css

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

 span { border-color: rgb(175,152,63); }

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