Html Css Color HEX #AF983D Roti

📋 copy color: '#AF983D'

red 175 ◦ green 152 ◦ blue 61

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

Shades of Roti #AF983D

Tints of Roti #AF983D

RGB

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

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

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

R = 45.1%
G = 39.18%
B = 15.72%

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

#AF983D (or 0xAF983D) is known color: Roti. HEX triplet: AF, 98 and 3D. RGB value is (175,152,61). Sum of RGB (Red+Green+Blue) = 175+152+61=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF983D is #5067C2. Grayscale: #949494. Windows color (decimal): -5269443 or 4036783. OLE color: 4036783.

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

Color convert

RGB 175 152 61 -
CMYK 0 0.13 0.65 0.31
HSL 47.89º 0.48% 0.46% -
HSV(B) 47.89º 0.65% 0.69% -
XYZ 29.75 31.91 9.01 -
YUV 148.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 175 152 61 0 0.13 0.65 0.31 47.89 0.48 0.46
Hex AF 98 3D 0 D 41 1F 30 30 2E
Octal 257 230 75 0 15 101 37 60 60 56
Binary 10101111 10011000 111101 0 1101 1000001 11111 110000 110000 101110

Color Harmonies of #AF983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF983D

Black with #AF983D

Text Example


Text Example

White with #AF983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF983D; }

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

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

background-color css

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

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

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

border-color css

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

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

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