Html Css Color HEX #AF983E Roti

📋 copy color: '#AF983E'

red 175 ◦ green 152 ◦ blue 62

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

Shades of Roti #AF983E

Tints of Roti #AF983E

RGB

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

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

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

R = 44.99%
G = 39.07%
B = 15.94%

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

#AF983E (or 0xAF983E) is known color: Roti. HEX triplet: AF, 98 and 3E. RGB value is (175,152,62). Sum of RGB (Red+Green+Blue) = 175+152+62=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF983E is #5067C1. Grayscale: #959595. Windows color (decimal): -5269442 or 4102319. OLE color: 4102319.

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

Color convert

RGB 175 152 62 -
CMYK 0 0.13 0.65 0.31
HSL 47.79º 0.48% 0.46% -
HSV(B) 47.79º 0.65% 0.69% -
XYZ 29.78 31.92 9.15 -
YUV 148.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 175 152 62 0 0.13 0.65 0.31 47.79 0.48 0.46
Hex AF 98 3E 0 D 41 1F 30 30 2E
Octal 257 230 76 0 15 101 37 60 60 56
Binary 10101111 10011000 111110 0 1101 1000001 11111 110000 110000 101110

Color Harmonies of #AF983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF983E

Black with #AF983E

Text Example


Text Example

White with #AF983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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